1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[file view] don't request for unread notices's num

This commit is contained in:
llj
2014-07-24 11:18:18 +08:00
parent 6be1172820
commit 79a21e0e6c
2 changed files with 5 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ $(function() {
var msg_ct = $("#msg-count");
// for login page
// for login page, and pages without 'header' such as 'file view' page.
if (msg_ct.length == 0) {
return false;
}