diff --git a/www/extras/js/modal/modal.js b/www/extras/js/modal/modal.js index 5714560cf..0ba80dd40 100644 --- a/www/extras/js/modal/modal.js +++ b/www/extras/js/modal/modal.js @@ -101,7 +101,7 @@ if (!document.all) { /** * Initializes popup code on load. */ -function initPopUp(closeImage) { +function initPopUp() { // Add the HTML to the body body = document.getElementsByTagName('body')[0]; popmask = document.createElement('div'); @@ -113,7 +113,7 @@ function initPopUp(closeImage) { '
' + '
' + '
' + - '' + + '' + '
' + '
' + '
' +