This commit is contained in:
@@ -93,14 +93,10 @@ window.fetch = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
document.addEventListener("fetchStart", function() {
|
document.addEventListener("fetchStart", function() {
|
||||||
// eslint-disable-next-line
|
|
||||||
//console.log("Show spinner");
|
|
||||||
NProgress.start();
|
NProgress.start();
|
||||||
});
|
});
|
||||||
|
|
||||||
document.addEventListener("fetchEnd", function() {
|
document.addEventListener("fetchEnd", function() {
|
||||||
// eslint-disable-next-line
|
|
||||||
//console.log("Hide spinner");
|
|
||||||
NProgress.done();
|
NProgress.done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user