IMPR: CMS compact field styles

This commit is contained in:
Tony Air 2020-08-03 20:45:13 +07:00
parent 801e77086e
commit f085fb1c21
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ const AjaxUI = (($) => {
}*/
},
restoreAll: () => {
for (let url in $.xhrPool.requests) {
for (const url in $.xhrPool.requests) {
const jqXHR = $.xhrPool.requests[url];
$.ajax(jqXHR.opts);
console.log(`AJAX request is restored (${jqXHR.opts.url})`);