From 01cfcf74b98619e4e130284de9e083d94ca41aef Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Tue, 2 May 2006 04:29:22 +0000 Subject: [PATCH] fix --- www/extras/js/modal/modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { '
' + '
' + '
' + - '' + + '' + '
' + '
' + '
' +