%PDF- %PDF-
| Direktori : /www/klubovnaostrava/www/wp-content/plugins/pretix-widget/assets/js/ |
| Current File : /www/klubovnaostrava/www/wp-content/plugins/pretix-widget/assets/js/backend.js |
// save button
function pretix_widget_submit_form(formId) {
const form = document.getElementById(formId);
return form ? form.submit() : false;
}