fix typo in c3nav.js when closing route view

This commit is contained in:
Laura Klünder 2017-11-11 22:33:10 +01:00
parent 4b4a691572
commit aea9069285

View file

@ -91,7 +91,7 @@ c3nav = {
} else {
view = state.destination ? 'location' : 'search';
if (state.origin) {
c3nav._locationinput_set($('#origin_input'), null);
c3nav._locationinput_set($('#origin-input'), null);
}
}
c3nav._view = view;