X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fjs%2Fmanifold.js;h=6b2d72881aec7c3dbecca00804987df96f984670;hb=ee1403fe15f21c08fcd97f770f64ef44122e2c23;hp=88b9482b7a5b4fb0630c77b53a37fd47354f4778;hpb=0c6de66411d990fcd28278ec396456203acef805;p=unfold.git diff --git a/manifold/js/manifold.js b/manifold/js/manifold.js index 88b9482b..6b2d7288 100644 --- a/manifold/js/manifold.js +++ b/manifold/js/manifold.js @@ -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': , 'id': } 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