more api docs and tweaks for auth and updates API
This commit is contained in:
parent
64088759f5
commit
87ef037421
4 changed files with 89 additions and 26 deletions
|
@ -1689,7 +1689,7 @@ c3nav = {
|
|||
c3nav.last_site_update = data.last_site_update;
|
||||
c3nav._maybe_load_site_update(c3nav.state);
|
||||
}
|
||||
c3nav._set_user_data(data.user);
|
||||
c3nav._set_user_data(data.user_data);
|
||||
},
|
||||
_maybe_load_site_update: function(state) {
|
||||
if (c3nav.new_site_update && !state.modal && (!state.routing || !state.origin || !state.destination)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue