Demo OpenLab Debug off in manifold/static/js/manifold.js
[unfold.git] / manifold / static / js / manifold.js
index 7da4700..c4d0ef7 100644 (file)
@@ -730,6 +730,7 @@ var manifold = {
             if (publish_uuid)
                 $.publish("/results/" + publish_uuid + "/failed", [data.code, data.description] );
 
+/* DEMO - Debug Messages desactivated
             $("#notifications").notify("create", "sticky", {
               title: 'Warning',
               text: data.description
@@ -737,7 +738,7 @@ var manifold = {
               expires: false,
               speed: 1000
             });
-            
+*/            
         }
        if (manifold.asynchroneous_debug) 
            messages.debug ("========== asynchroneous_success " + query.object + " -- before process_query_records");