unset timer on page exit
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user