diff --git a/Bootstrap.Admin/wwwroot/js/common-scripts.js b/Bootstrap.Admin/wwwroot/js/common-scripts.js index f3c191b8..b3554599 100644 --- a/Bootstrap.Admin/wwwroot/js/common-scripts.js +++ b/Bootstrap.Admin/wwwroot/js/common-scripts.js @@ -51,6 +51,7 @@ $.extend({ pullNotification: function () { if ($('.notify-row').length == 0) return; + return; setTimeout(function () { NProgress.status = true; NProgress.configure({ trickle: false });