init_locationinputs → init_sidebar

This commit is contained in:
Laura Klünder 2017-10-28 18:56:45 +02:00
parent d32d4315ff
commit ea76bfe8e2

View file

@ -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;