Periodic merge upstream #5

Manually merged
djpbessems merged 13 commits from development into master 2019-12-30 12:18:50 +00:00
Showing only changes of commit 2a56efd353 - Show all commits

View File

@ -51,6 +51,8 @@ $(document).ready(function(){
} }
}).done(function() { }).done(function() {
NProgress.inc(1 / XHR.length); NProgress.inc(1 / XHR.length);
}).fail(function() {
// Should check why this failed (timeout or bad request?), and if this is the origin domain, take action
})); }));
}); });
$.when.apply($, XHR).then(function(){ $.when.apply($, XHR).then(function(){