diff --git a/webtool/static/js/fourcat.js b/webtool/static/js/fourcat.js index 7e0058fc3..950ba523e 100644 --- a/webtool/static/js/fourcat.js +++ b/webtool/static/js/fourcat.js @@ -497,7 +497,7 @@ const query = { applyProgress($('#query-status'), 100); let keyword = json.label; - $('#query-results').append('
  • ' + keyword + ' (' + json.rows + ' items)
  • '); + $('#query-results').append('
  • ' + keyword + ' (' + json.rows + ' items)
  • '); query.reset_form(); popup.alert('Query for \'' + keyword + '\' complete!', 'Success'); } else {