X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fstatic%2Fjs%2Funfold-helper.js;h=f5adb1b6cb2495d6baaf464371e80ecd177b0bc0;hb=7779d17442527ce42c1659d851f7df120aac24f0;hp=67524a1cfe53a2348e9fe8be460286601e702088;hpb=d198acb2fec56c29975fbe7ecf593777791feb97;p=myslice.git diff --git a/unfold/static/js/unfold-helper.js b/unfold/static/js/unfold-helper.js index 67524a1c..f5adb1b6 100644 --- a/unfold/static/js/unfold-helper.js +++ b/unfold/static/js/unfold-helper.js @@ -37,7 +37,7 @@ var unfold = { if(typeof id != 'undefined'){ return id.replace( /(:|\.|\[|\])/g, "\\$1" ); }else{ - return "fake-id"; + return "undefined-id"; } }