diff options
Diffstat (limited to 'data/js/application.js')
-rw-r--r-- | data/js/application.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/js/application.js b/data/js/application.js index c503da4f1..310362dd9 100644 --- a/data/js/application.js +++ b/data/js/application.js @@ -9,7 +9,9 @@ define( 'thumbnail-view', 'uploader', 'tablesorter', - 'vendor' + 'jquery', + 'jquery.lazyload', + 'bootstrap' ], function ( require, @@ -18,7 +20,8 @@ define( TabwidthInput, ThumbnailView, Uploader, - TableSorter + TableSorter, + $ ) { var ui = { lazyLoadingImages: 'img.lazyload' |