重构代码:暂时移除Notification请求脚本

This commit is contained in:
Argo-MacBookPro 2018-06-12 11:17:50 +08:00
parent e6849053ea
commit 459d76a849
1 changed files with 1 additions and 0 deletions

View File

@ -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 });