rename to itinerary
This commit is contained in:
parent
4f558a0956
commit
8fd789a887
3 changed files with 9 additions and 9 deletions
|
|
@ -1,10 +1,10 @@
|
|||
BR.Iternity = L.Class.extend({
|
||||
options: {
|
||||
heading: 'Iternity'
|
||||
heading: 'Itinerary'
|
||||
},
|
||||
|
||||
onAdd: function (map) {
|
||||
this._content = document.getElementById('iternity');
|
||||
this._content = document.getElementById('itinerary');
|
||||
L.DomUtil.removeClass(this._content.parentElement, 'hidden');
|
||||
this.update();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue