mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-14 10:53:01 +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();
|
.remove();
|
||||||
$('.notifications-dropdown-header')
|
$('.notifications-dropdown-header')
|
||||||
.after(data.html);
|
.after(data.html);
|
||||||
animateSpinner($('.notifications-dropdown-header'), false)
|
animateSpinner($('.notifications-dropdown-header'), false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
notificationCount.html(data.notificationNmber);
|
notificationCount.html(data.notificationNmber);
|
||||||
notificationCount.show();
|
notificationCount.show();
|
||||||
} else {
|
} else {
|
||||||
notificationCount.hide()
|
notificationCount.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue