重构代码:暂时移除Notification请求脚本
This commit is contained in:
parent
e6849053ea
commit
459d76a849
|
@ -51,6 +51,7 @@
|
|||
$.extend({
|
||||
pullNotification: function () {
|
||||
if ($('.notify-row').length == 0) return;
|
||||
return;
|
||||
setTimeout(function () {
|
||||
NProgress.status = true;
|
||||
NProgress.configure({ trickle: false });
|
||||
|
|
Loading…
Reference in New Issue