Skip to content

Commit

Permalink
Eoxia#195 [JS] add: loader event on submit button form
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Dec 19, 2023
1 parent 6cb23f3 commit 6fcd73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/easycrm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/modules/quickcreation.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ window.easycrm.quickcreation.vibratePhone = function() {
// Vibrate for 0.5 seconds, pause for 1 second
navigator.vibrate([1000, 500, 200, 200, 500, 1000]);
}
window.saturne.loader.display($('.page-footer button'));
};

/**
Expand Down

0 comments on commit 6fcd73b

Please sign in to comment.