mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPR: CMS compact field styles
This commit is contained in:
parent
801e77086e
commit
f085fb1c21
@ -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})`);
|
||||
|
Loading…
Reference in New Issue
Block a user