X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fgooglemap%2Fstatic%2Fjs%2Fgooglemap.js;h=34b2b8de563b927c0af4d205a5ec6ae47a8e4c6d;hb=7779d17442527ce42c1659d851f7df120aac24f0;hp=854ee4ad5cbbae188808b693d5b4c9cb44971b39;hpb=b7ea95fe5deab2ed8f9e55dd8654ce0c7e944b39;p=unfold.git diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index 854ee4ad..34b2b8de 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -141,9 +141,9 @@ googlemap_debug_detailed=false; // retrieve DOM checkbox and make sure it is checked/unchecked set_checkbox: function(record, checked) { var hrn=this.record_hrn (record); - if (! hrn) { messages.warning ("set_checkbox: record has no hrn"); return; } + if (! hrn) { messages.warning ("googlemap.set_checkbox: record has no hrn"); return; } var checkbox_s = this.by_hrn [ hrn ]; - if (! checkbox_s ) { messages.warning ("set_checkbox: could not spot checkbox for hrn "+hrn); return; } + if (! checkbox_s ) { messages.warning ("googlemap.set_checkbox: could not spot checkbox for hrn "+hrn); return; } checkbox_s.checkbox.prop('checked',checked); }, // set_checkbox