Issue #30 : Fix a typo in function name
This commit is contained in:
parent
b2f319af71
commit
568ca8005d
2 changed files with 3 additions and 3 deletions
|
@ -169,7 +169,7 @@ App.prototype.gotUnreadFeeds = function(new_articles) {
|
|||
// This can happen with TT-RSS backend
|
||||
if (new_articles.error && new_articles.error === "NOT_LOGGED_IN") {
|
||||
alert("Your TinyTinyRSS session has expired. Please login again");
|
||||
this.login.fillLoginFormFromLocalSotrage();
|
||||
this.login.fillLoginFormFromLocalStorage();
|
||||
this.login.log_in();
|
||||
}
|
||||
else {
|
||||
|
|
Reference in a new issue