Skip to content

Commit

Permalink
fix(wizard): various fixes in KB only search
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jun 2, 2022
1 parent 4cdb8d8 commit 41cbfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ var plugin_formcreator = new function() {
}
).fail(
function () {
html = '<p>' + i18n.textdomain('formcreator').__('An error occured while querying forms', 'formcreator') + '</p>'
var html = '<p>' + i18n.textdomain('formcreator').__('An error occured while querying forms', 'formcreator') + '</p>'
$('#plugin_formcreator_wizard_forms').empty();
$('#plugin_formcreator_wizard_forms').prepend(html);
$('#plugin_formcreator_formlist').masonry({
Expand Down

0 comments on commit 41cbfd2

Please sign in to comment.