fix: [UI] Remove unused method submitQuickTag

pull/8246/head
Jakub Onderka 2022-03-28 12:49:54 +02:00
parent 3adc05a01c
commit cebcd227df
1 changed files with 0 additions and 4 deletions

View File

@ -519,10 +519,6 @@ function activateField(type, id, field, event) {
});
}
function submitQuickTag(form) {
$('#' + form).submit();
}
//if someone clicks an inactive field, replace it with the hidden form field. Also, focus it and bind a focusout event, so that it gets saved if the user clicks away.
//If a user presses enter, submit the form
function postActivationScripts(name, type, id, field, event) {