X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifoldapi%2Fstatic%2Fjs%2Fmanifold.js;h=c031a2371c90c43073dca5066d1e60c695aa4c4c;hb=e05236fa7fc990e54389b6255c5f9232c9260159;hp=2108c6515528ff339a4cd1a336349728a78b6003;hpb=0113cb185d725398c7e563d1fbbae86f95dc70af;p=unfold.git diff --git a/manifoldapi/static/js/manifold.js b/manifoldapi/static/js/manifold.js index 2108c651..c031a237 100644 --- a/manifoldapi/static/js/manifold.js +++ b/manifoldapi/static/js/manifold.js @@ -1697,7 +1697,7 @@ var manifold = { /* Inform the parent query: important for update */ new_data = { state : STATE_SET, - key : this._get_query_path(query_ext), + key : '', //this._get_query_path(query_ext), op : STATE_SET_ADD, value : data.value, }; @@ -1748,7 +1748,7 @@ var manifold = { /* Inform the parent query: important for update */ new_data = { state : STATE_SET, - key : this._get_query_path(query_ext), + key : '', //this._get_query_path(query_ext), op : STATE_SET_REMOVE, value : data.value, };