mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
fixing hound
This commit is contained in:
parent
2ee02ec472
commit
b9bc2f17c8
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
.remove();
|
||||
$('.notifications-dropdown-header')
|
||||
.after(data.html);
|
||||
animateSpinner($('.notifications-dropdown-header'), false)
|
||||
animateSpinner($('.notifications-dropdown-header'), false);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
@ -46,7 +46,7 @@
|
|||
notificationCount.html(data.notificationNmber);
|
||||
notificationCount.show();
|
||||
} else {
|
||||
notificationCount.hide()
|
||||
notificationCount.hide();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue