fix typo in c3nav.js when closing route view
This commit is contained in:
parent
4b4a691572
commit
aea9069285
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue