Fix admin.js starting rails-ujs twice (fixes #8168) (#8213)

lolsob-rspec
ThibG 2018-08-15 23:38:31 +02:00 committed by Eugen Rochko
parent d329c3ab5e
commit 9fd9bff404
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
import { delegate } from 'rails-ujs';
import { start } from '../mastodon/common';
start();
function handleDeleteStatus(event) {
const [data] = event.detail;