cosmetic for when googlemap goes mad with broken query results
[myslice.git] / unfold / static / js / unfold-helper.js
index 67524a1..f5adb1b 100644 (file)
@@ -37,7 +37,7 @@ var unfold = {
         if(typeof id != 'undefined'){
             return id.replace( /(:|\.|\[|\])/g, "\\$1" );
         }else{
-            return "fake-id";
+            return "undefined-id";
         }
     }