frayerjj-frontend 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/modal.js +1 -1
package/package.json
CHANGED
package/src/modal.js
CHANGED
|
@@ -148,7 +148,7 @@ export const modal = {
|
|
|
148
148
|
let ajaxModalBody = ajaxModal.querySelector('.modal-body');
|
|
149
149
|
let bsAjaxModal = bootstrap.Modal.getOrCreateInstance(ajaxModal);
|
|
150
150
|
bsAjaxModal.show();
|
|
151
|
-
loading.start(ajaxModalBody);
|
|
151
|
+
loading.start(1, ajaxModalBody);
|
|
152
152
|
message.verbose('Loading AJAX Modal');
|
|
153
153
|
window.ajax({
|
|
154
154
|
method: 'GET',
|