diff --git a/www/code/errorbox.js b/www/code/errorbox.js index f0c214225..c6515316e 100644 --- a/www/code/errorbox.js +++ b/www/code/errorbox.js @@ -69,7 +69,7 @@ define([ var showError = function (errorType, docHtml, moreInfo) { $('body').append(''); - var $modalbox = $('.modalBox') + var $modalbox = $('.modalBox'); $modalbox.append(CONTENT + STYLE); $modalbox.find('.errorType').text(Messages['errorBox_errorType_' + errorType]);