make cancelling requests and clearing cache part of appPanel.reload
This commit is contained in:
parent
a8fca7f07a
commit
b0ecc8b077
3 changed files with 2 additions and 3 deletions
|
|
@ -1540,7 +1540,6 @@ pandora.signin = function(data) {
|
|||
pandora.URL.init();
|
||||
pandora.URL.update();
|
||||
Ox.Theme(pandora.user.ui.theme);
|
||||
Ox.Request.clearCache();
|
||||
pandora.$ui.appPanel.reload();
|
||||
};
|
||||
|
||||
|
|
@ -1554,7 +1553,6 @@ pandora.signout = function(data) {
|
|||
pandora.URL.init();
|
||||
pandora.URL.update();
|
||||
Ox.Theme(pandora.user.ui.theme);
|
||||
Ox.Request.clearCache();
|
||||
pandora.$ui.appPanel.reload();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue