fixed a bug
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Thu, 24 Oct 2013 15:06:01 +0000 (17:06 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Thu, 24 Oct 2013 15:06:01 +0000 (17:06 +0200)
manifold/static/js/manifold.js

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