X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fstatic%2Fjs%2Fmanifold.js;h=7da4700476bce44d5ee9578eba5cb942ff66858e;hb=edfb10e960381ecf37c0c4965dc4daf9dcd1dfee;hp=791e4cfce35feff7dafe44a6ad0eb0e8b67f9107;hpb=7e0af7840da289a7fdf17bc0f8ced1d20b48556e;p=unfold.git diff --git a/manifold/static/js/manifold.js b/manifold/static/js/manifold.js index 791e4cfc..7da47004 100644 --- a/manifold/static/js/manifold.js +++ b/manifold/static/js/manifold.js @@ -904,8 +904,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);