From 932537d22dc2193d2d90fb55408de16ff4d544df Mon Sep 17 00:00:00 2001 From: franzz Date: Thu, 20 Jun 2019 09:03:43 +0200 Subject: [PATCH] Fix typo on quit page function --- masks/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masks/project.html b/masks/project.html index 4e06f66..b961fc9 100755 --- a/masks/project.html +++ b/masks/project.html @@ -51,7 +51,7 @@ self.onResize = function() { } }; -self.onQuit = function() { +self.onQuitPage = function() { setFeedUpdateTimer(false); return true; }