fix typo in c3nav.js
This commit is contained in:
parent
954152c097
commit
d4f8675668
1 changed files with 1 additions and 1 deletions
|
@ -1238,7 +1238,7 @@ c3nav = {
|
||||||
c3nav.last_site_update = data.last_site_update;
|
c3nav.last_site_update = data.last_site_update;
|
||||||
c3nav._maybe_load_site_update(c3nav.state);
|
c3nav._maybe_load_site_update(c3nav.state);
|
||||||
}
|
}
|
||||||
c3nav._set_user_data_set_user_data(data.user);
|
c3nav._set_user_data(data.user);
|
||||||
},
|
},
|
||||||
_maybe_load_site_update: function(state) {
|
_maybe_load_site_update: function(state) {
|
||||||
if (c3nav.new_site_update && !state.modal && (!state.routing || !state.origin || !state.destination)) {
|
if (c3nav.new_site_update && !state.modal && (!state.routing || !state.origin || !state.destination)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue