Skip to content

Commit a536c9f

Browse files
author
mreishman
committed
fixed bug
1 parent 5e2dad4 commit a536c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/js/settingsAll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function saveAndVerifyMain(idForForm, modifier = "")
99
data = $(idForm).serializeArray();
1010
$.ajax({
1111
type: "post",
12-
url: "core/php/saveFunctions/settingsSaveMain.php",
12+
url: modiferUrl+"core/php/saveFunctions/settingsSaveMain.php",
1313
data,
1414
complete()
1515
{

0 commit comments

Comments
 (0)