init_locationinputs()

This commit is contained in:
Laura Klünder 2017-10-28 18:57:58 +02:00
parent ea76bfe8e2
commit 4771f8828e

View file

@ -12,6 +12,9 @@ c3nav = {
},
init_sidebar: function () {
c3nav.init_locationinputs();
},
init_locationinputs: function () {
c3nav.locations = [];
c3nav.locations_by_slug = {};
c3nav.current_locationinput = null;