diff --git a/www/extras/js/modal/modal.js b/www/extras/js/modal/modal.js index 0ba80dd40..25a0678b5 100644 --- a/www/extras/js/modal/modal.js +++ b/www/extras/js/modal/modal.js @@ -105,13 +105,14 @@ function initPopUp() { // Add the HTML to the body body = document.getElementsByTagName('body')[0]; popmask = document.createElement('div'); + if (!popTitle) popTitle = ""; popmask.id = 'popupMask'; popcont = document.createElement('div'); popcont.id = 'popupContainer'; popcont.innerHTML = '' + '