manifold-core deprecated, keep its -leftovers for further ref
[unfold.git] / manifold / js / manifold.js
index 88b9482..6b2d728 100644 (file)
@@ -38,14 +38,14 @@ var manifold = {
     // trigger a query asynchroneously
     proxy_url : '/manifold/proxy/json/',
 
-    asynchroneous_debug : true,
+    asynchroneous_debug : false,
 
     // Executes all async. queries
     // input queries are specified as a list of {'query_uuid': <query_uuid>, 'id': <possibly null>}
     asynchroneous_exec : function (query_uuid_domids) {
        // start spinners
 
-       if (manifold.asynchroneous_exec) console.log("Turning spin on with " + jQuery(".need-spin").length + " matches for need-spin");
+       if (manifold.asynchroneous_debug) console.log("Turning on spin with " + jQuery(".need-spin").length + " matches for .need-spin");
        jQuery('.need-spin').spin(spin_presets);
        
        // We use js function closure to be able to pass the query (array) to the