Skip to content

Commit

Permalink
Fixed issue #18314: Save-button under Survey settings does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 17, 2022
1 parent 724e771 commit 58390d9
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -72,9 +72,9 @@
$('#".$entryData['name']."').on('submit.editLocalsettings', function(e){
e.preventDefault();
if (!validateSettingsForm($(this))) {
return false;
}
//if (!validateSettingsForm($(this))) {
//return false;
//}
var data = $(this).serializeArray();
var uri = $(this).attr('action');
$.ajax({
Expand Down

0 comments on commit 58390d9

Please sign in to comment.