Merge branch '2290-user-activity'
[arvados.git] / apps / workbench / app / assets / javascripts / application.js
index bcedc4b7b5286995760982c969a2480b2190fe1d..e7884b95165173bdce213624172957085e05c737 100644 (file)
@@ -21,7 +21,7 @@
 //= require bootstrap3-editable/bootstrap-editable
 //= require_tree .
 
-(function($){
+jQuery(function($){
     $.ajaxSetup({
         headers: {
             'X-CSRF-Token': $('meta[name="csrf-token"]').attr('content')
         fixer.duplicateTheadTr();
         fixer.fixThead();
     });
-})(jQuery);
+});