X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fstatic%2Fjs%2Fmanifold.js;h=c4d0ef73684a7ade93ecff4e99f967a433646417;hb=be1dd95ef614c4ae1793c17dcc7edb96c2a69e1a;hp=791e4cfce35feff7dafe44a6ad0eb0e8b67f9107;hpb=f0dee854c76a1b065550eff5989abff77e87cb32;p=unfold.git diff --git a/manifold/static/js/manifold.js b/manifold/static/js/manifold.js index 791e4cfc..c4d0ef73 100644 --- a/manifold/static/js/manifold.js +++ b/manifold/static/js/manifold.js @@ -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"); @@ -904,8 +905,10 @@ var manifold = { manifold.run_query(query_ext.main_query_ext.update_query_ext.query); break; - case FILTER_ADDED: - manifold.raise_query_event(query_uuid, event_type, value); + case FILTER_ADDED: +// Thierry - this is probably wrong but intended as a hotfix +// http://trac.myslice.info/ticket/32 +// manifold.raise_query_event(query_uuid, event_type, value); break; case FILTER_REMOVED: manifold.raise_query_event(query_uuid, event_type, value);