1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

Merge pull request #1999 from haiwen/notices-fix

[notices] fix
This commit is contained in:
llj
2018-01-30 14:58:16 +08:00
committed by GitHub

View File

@@ -52,9 +52,6 @@ $('#mark-all-read').click(function() {
dataType: 'json',
beforeSend: prepareCSRFToken,
success: function() {
var msg_ct = $("#msg-count");
$('.num', msg_ct).html(0).addClass('hide');
document.title = msg_ct.data('orig_doc_title');
unread_items.removeClass('unread').addClass('read');
},
error: ajaxErrorHandler