Fix typo on quit page function
This commit is contained in:
@@ -51,7 +51,7 @@ self.onResize = function() {
|
||||
}
|
||||
};
|
||||
|
||||
self.onQuit = function() {
|
||||
self.onQuitPage = function() {
|
||||
setFeedUpdateTimer(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user