We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2dad4 commit a536c9fCopy full SHA for a536c9f
core/js/settingsAll.js
@@ -9,7 +9,7 @@ function saveAndVerifyMain(idForForm, modifier = "")
9
data = $(idForm).serializeArray();
10
$.ajax({
11
type: "post",
12
- url: "core/php/saveFunctions/settingsSaveMain.php",
+ url: modiferUrl+"core/php/saveFunctions/settingsSaveMain.php",
13
data,
14
complete()
15
{
0 commit comments