Skip to content

Commit

Permalink
fix redirection after save
Browse files Browse the repository at this point in the history
  • Loading branch information
benderl committed Dec 16, 2020
1 parent 913d4aa commit 1ce74d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/settings/helperFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var changedValuesHandler = {
// array is only filled by function getChangedValues!
console.log("num changed values left: "+Object.keys(changedValues).length);
if ( Object.keys(changedValues).length === 0 ) {
// window.location.href = './index.php';
console.log("done");
window.location.href = './index.php';
} else {
return true;
}
Expand Down

0 comments on commit 1ce74d7

Please sign in to comment.