X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fgooglemaps%2Fstatic%2Fjs%2Fgooglemaps.js;fp=plugins%2Fgooglemaps%2Fstatic%2Fjs%2Fgooglemaps.js;h=83c5fa9527a8e190f7afba7f27abfee4d5d3e601;hb=80f12b8fb93ab7227bffad8c7aa22020fab007e5;hp=2a4df3d689d3b1169107df20a33ccc2eb2919dfa;hpb=22dba9d34674e0cc1b285e678bbb7bc6482c58ca;p=myslice.git diff --git a/plugins/googlemaps/static/js/googlemaps.js b/plugins/googlemaps/static/js/googlemaps.js index 2a4df3d6..83c5fa95 100644 --- a/plugins/googlemaps/static/js/googlemaps.js +++ b/plugins/googlemaps/static/js/googlemaps.js @@ -29,7 +29,7 @@ googlemaps_debug_detailed=false; this.map_markers = {} /* XXX Events XXX */ - this.el().on('show', this, this.on_show); + this.elmt().on('show', this, this.on_show); // TODO in destructor // $(window).unbind('Hazelnut'); @@ -124,7 +124,7 @@ googlemaps_debug_detailed=false; // this.elts('map-button').unbind('click').click(this, this._button_click); // END turning off temporarily //var button = this.checkbox(record, checked); - //this.el('checkbox', this.id_from_record(method, record)).html(button); + //this.elmt('checkbox', this.id_from_record(method, record)).html(button); }, checkbox: function(record, checked) {