X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=plugins%2Fgooglemap%2Fstatic%2Fjs%2Fgooglemap.js;h=39e80cc0834b759d1ac09dcf5a80554813d29d63;hp=9a56d379b17c38857255c9055decabf6937b39af;hb=c5795ba59e99c3a9b7481f4965814eca3e9a950d;hpb=0120bc491b3464f4981270a28ac153fa62f3b08b diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index 9a56d379..39e80cc0 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -104,7 +104,7 @@ googlemap_debug_detailed=false; // XXX BACKSLASHES original code was reading like this //return this.escape_id(key_value).replace(/\\/g, ''); // however this sequence removes backslashes from hrn's and as a result - // resources_selected was getting all mixed up + // queryupdater was getting all mixed up // querytable does publish hrn's with backslashes and that seems like the thing to do return key_value; },