]> cat aescling's git repositories - mastodon.git/commitdiff
Fix admin.js starting rails-ujs twice (fixes #8168) (#8213)
authorThibG <thib@sitedethib.com>
Wed, 15 Aug 2018 21:38:31 +0000 (23:38 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 15 Aug 2018 21:38:31 +0000 (23:38 +0200)
app/javascript/packs/admin.js

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