Fixed call for renamed method User.popLocation()
This commit is contained in:
parent
b3ffe1acb6
commit
b5821d97d1
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ User.logout = function() {
|
|||
session.logout();
|
||||
res.setCookie(User.COOKIE, String.EMPTY);
|
||||
res.setCookie(User.HASHCOOKIE, String.EMPTY);
|
||||
User.popLocation();
|
||||
User.getLocation();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue