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