- commented debug
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Thu, 24 Oct 2013 15:11:30 +0000 (17:11 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Thu, 24 Oct 2013 15:11:30 +0000 (17:11 +0200)
manifold/static/js/manifold.js

index f035e1c..11fad7d 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,6 +738,7 @@ var manifold = {
               expires: false,
               speed: 1000
             });
+*/
         }
        if (manifold.asynchroneous_debug) 
            messages.debug ("========== asynchroneous_success " + query.object + " -- before process_query_records");