Merge branch '2290-user-activity'
[arvados.git] / apps / workbench / app / assets / javascripts / application.js
index 3b697a6aa992afbc36839ba9953ce63d16ca18b1..e7884b95165173bdce213624172957085e05c737 100644 (file)
@@ -41,6 +41,7 @@ jQuery(function($){
         }
         targets.fadeToggle(200);
     });
+
     $(document).
         on('ajax:send', function(e, xhr) {
             $('.loading').fadeTo('fast', 1);
@@ -139,4 +140,4 @@ jQuery(function($){
         fixer.duplicateTheadTr();
         fixer.fixThead();
     });
-})(jQuery);
+});