Skip to content

Commit

Permalink
Fixes issue with plugins not running their JS in time
Browse files Browse the repository at this point in the history
fixes #672
  • Loading branch information
darylhedley committed May 12, 2015
1 parent fd8cb7a commit 972a93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions frontend/src/core/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ require([
'coreJS/app/helpers',
'coreJS/app/contextMenu',
'coreJS/location/location',
'plugins/plugins',
'coreJS/notify/notify',
'coreJS/editingOverlay/editingOverlay',
'coreJS/options/options',
Expand All @@ -31,8 +32,7 @@ require([
'imageReady',
'mediaelement',
'velocity',
'scrollTo',
'plugins/plugins'
'scrollTo'
], function (
Templates,
Polyglot,
Expand Down
8 changes: 0 additions & 8 deletions frontend/src/plugins/testing/index.js

This file was deleted.

0 comments on commit 972a93a

Please sign in to comment.