Fix typo on quit page function

This commit is contained in:
2019-06-20 09:03:43 +02:00
parent bac6817abd
commit 932537d22d

View File

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