init_locationinputs → init_sidebar
This commit is contained in:
parent
d32d4315ff
commit
ea76bfe8e2
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
c3nav = {
|
||||
init: function () {
|
||||
c3nav.init_locationinputs();
|
||||
c3nav.init_sidebar();
|
||||
c3nav.init_map();
|
||||
},
|
||||
|
||||
init_locationinputs: function () {
|
||||
init_sidebar: function () {
|
||||
c3nav.locations = [];
|
||||
c3nav.locations_by_slug = {};
|
||||
c3nav.current_locationinput = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue