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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/modal.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frayerjj-frontend",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "My base frontend for various projects",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
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',