diff options
Diffstat (limited to 'module/web/static/js/app.js')
-rw-r--r-- | module/web/static/js/app.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/web/static/js/app.js b/module/web/static/js/app.js index 52a181463..59098e8ca 100644 --- a/module/web/static/js/app.js +++ b/module/web/static/js/app.js @@ -10,10 +10,11 @@ define([ 'underscore', 'backbone', 'utils/initHB', - 'utils/animations', +// 'utils/animations', 'utils/lazyRequire', 'wreqr', - 'bootstrap' + 'bootstrap', + 'animate' ], function($, _, Backbone, Handlebars) { 'use strict'; |