use spin defaults for the dashboard view
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 14 Dec 2013 14:42:53 +0000 (15:42 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 14 Dec 2013 14:42:53 +0000 (15:42 +0100)
plugins/lists/static/js/simplelist.js

index a8f90b9..3d2c4b9 100644 (file)
@@ -19,7 +19,7 @@
 
         on_query_in_progress: function() {
            messages.debug("on_query_in_progress");
-            this.spin();
+            this.spin(true);
         },
 
         on_query_done: function() {