We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97124c4 commit 6d74fb8Copy full SHA for 6d74fb8
inc/form_language.class.php
@@ -311,7 +311,7 @@ public function showTranslations($options = []) {
311
. ' name="new_override"'
312
. ' class="vsubmit"'
313
. ' value="<i class=\'fas fa-plus\'></i> ' . __('New translation', 'formcreator') . '"'
314
- .' onclick="' . 'plugin_formcreator.newTranslation(' . $this->getID() . ')'
+ .' onclick="' . 'plugin_formcreator.newTranslation(' . $this->getID() . '); return false;'
315
. '"><i class=\'fas fa-plus\'></i> ' . __('New translation', 'formcreator') . '</button>';
316
echo '</span>';
317
echo '<span class="plugin_formcreator_filter_translations">';
0 commit comments