Turned caching back on for Ajax Modals Function Fix some PHP Error, update credential vars in assets and contacts

This commit is contained in:
johnnyq
2025-03-14 12:31:18 -04:00
parent 06c31e0808
commit eabfef22be
8 changed files with 52 additions and 48 deletions

View File

@@ -27,7 +27,6 @@ $(document).on('click', '[data-toggle="ajax-modal"]', function (e) {
method: 'GET',
data: { id: ajaxId },
dataType: 'json',
cache: false, // Prevent caching if necessary
success: function (response) {
if (response.error) {
alert(response.error);