move template out of #notifications and revert reset timer on manual trigger
This commit is contained in:
@@ -70,8 +70,6 @@ $(document).ready(function() {
|
||||
|
||||
if(! $('#nav-' + notifyType + '-sub').hasClass('show')) {
|
||||
loadNotificationItems(notifyType);
|
||||
if(timer) clearTimeout(timer);
|
||||
timer = setTimeout(updateInit,updateInterval);
|
||||
}
|
||||
|
||||
$(this).data('clicked', true);
|
||||
|
||||
Reference in New Issue
Block a user