X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgooglemap%2Fstatic%2Fjs%2Fgooglemap.js;fp=plugins%2Fgooglemap%2Fstatic%2Fjs%2Fgooglemap.js;h=9a56d379b17c38857255c9055decabf6937b39af;hb=c025814eadebf386f556f9af571d3f04e2124a80;hp=424b3aad6f979a76584dc2e1c1c7be2c8befeb7f;hpb=641432a9373ea5466ab8fd1cc7114950660b609f;p=myslice.git diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index 424b3aad..9a56d379 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -35,7 +35,7 @@ googlemap_debug_detailed=false; /* XXX Events */ this.elmt().on('show', this, this.on_show); // TODO in destructor - // $(window).unbind('Hazelnut'); + // $(window).unbind('QueryTable'); var query = manifold.query_store.find_analyzed_query(this.options.query_uuid); this.object = query.object; @@ -105,7 +105,7 @@ googlemap_debug_detailed=false; //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 - // hazelnut does publish hrn's with backslashes and that seems like the thing to do + // querytable does publish hrn's with backslashes and that seems like the thing to do return key_value; },