diff --git a/www/js/lib/uiUtil.js b/www/js/lib/uiUtil.js index 4d3e128d..b0414eaa 100644 --- a/www/js/lib/uiUtil.js +++ b/www/js/lib/uiUtil.js @@ -331,7 +331,7 @@ define(rqDef, function(util) { function displayActiveContentWarning(type) { // We have to add the alert box in code, because Bootstrap removes it completely from the DOM when the user dismisses it var alertHTML = ''; - if (params.contentInjectionModeMode === 'jquery' && type === 'open') { + if (params.contentInjectionMode === 'jquery' && type === 'open') { alertHTML = '
' + '×' + 'Unable to display active content: To use Archive Index type a space, or for URL Index type ' +