We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee813f commit b765930Copy full SHA for b765930
js/scripts.js.php
@@ -321,7 +321,7 @@ function (response) {
321
}
322
).fail(
323
function () {
324
- html = '<p><?php echo Toolbox::addslashes_deep(__('An error occured while querying forms', 'formcreator'))?></p>'
+ var html = '<p><?php echo Toolbox::addslashes_deep(__('An error occured while querying forms', 'formcreator'))?></p>'
325
$('#plugin_formcreator_wizard_forms').empty();
326
$('#plugin_formcreator_wizard_forms').prepend(html);
327
$('#plugin_formcreator_formlist').masonry({
0 commit comments