init_locationinputs()
This commit is contained in:
parent
ea76bfe8e2
commit
4771f8828e
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ c3nav = {
|
||||||
},
|
},
|
||||||
|
|
||||||
init_sidebar: function () {
|
init_sidebar: function () {
|
||||||
|
c3nav.init_locationinputs();
|
||||||
|
},
|
||||||
|
init_locationinputs: function () {
|
||||||
c3nav.locations = [];
|
c3nav.locations = [];
|
||||||
c3nav.locations_by_slug = {};
|
c3nav.locations_by_slug = {};
|
||||||
c3nav.current_locationinput = null;
|
c3nav.current_locationinput = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue