Fix typo on quit page function

This commit is contained in:
2019-06-20 09:03:43 +02:00
parent c73c5ac6d2
commit d85ee85a83

View File

@@ -51,7 +51,7 @@ self.onResize = function() {
} }
}; };
self.onQuit = function() { self.onQuitPage = function() {
setFeedUpdateTimer(false); setFeedUpdateTimer(false);
return true; return true;
} }