This commit is contained in:
Andrew Bauer 2020-10-02 21:11:54 -05:00
parent a97e526298
commit 391ce88f05
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ function getCtrlPresetModal() {
$j('#cPresetSubmitModal').click(function(evt) {
evt.preventDefault();
$j('#ctrlPresetForm').submit();
});
});
})
.fail(logAjaxFail);
}