mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Seems like I have to readd some Javascript functions into the ajax footer to get certain function to work on the generic ajax modal
This commit is contained in:
@@ -330,7 +330,7 @@ ob_start();
|
||||
function generatePassword(type, id) {
|
||||
// Send a GET request to ajax.php as ajax.php?get_readable_pass=true
|
||||
jQuery.get(
|
||||
"ajax.php", {
|
||||
"../ajax.php", {
|
||||
get_readable_pass: 'true'
|
||||
},
|
||||
function(data) {
|
||||
|
||||
Reference in New Issue
Block a user