mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Turned caching back on for Ajax Modals Function Fix some PHP Error, update credential vars in assets and contacts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user