Skip to content

Commit

Permalink
Merge pull request #2566 from phili67/phili67-restore.js
Browse files Browse the repository at this point in the history
restore.js bug res
  • Loading branch information
phili67 authored Mar 20, 2024
2 parents 35fcf64 + 981950e commit 77c18ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skin/js/backup/restore.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$('#restoredatabase').on(submit,function (event) {
$('#restoredatabase').on('submit',function (event) {
event.preventDefault();

var formData = new FormData($(this)[0]);
Expand Down

0 comments on commit 77c18ae

Please sign in to comment.