diff --git a/masks/project.html b/masks/project.html index 10b02fd..4e06f66 100755 --- a/masks/project.html +++ b/masks/project.html @@ -51,6 +51,11 @@ self.onResize = function() { } }; +self.onQuit = function() { + setFeedUpdateTimer(false); + return true; +} + function toggleFeedPanel(bShow) { var $Container = $('#projects'); if(typeof bShow === 'undefined') $Container.toggleClass('with-feed');