From 19d2b3c1391a9e7c1ebaf538a8764094404dd352 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 11 Mar 2001 12:58:10 +0000 Subject: [PATCH] fix the ->link() to the notify window --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 2e05227e8e..a274ac6faf 100755 --- a/index.php +++ b/index.php @@ -136,7 +136,7 @@ NotifyWindow.close(); } } - NotifyWindow = window.open("link("notify.php")?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes"); + NotifyWindow = window.open("link("/notify.php")?>", "NotifyWindow", "width=300,height=35,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes"); if (NotifyWindow.opener == null) { NotifyWindow.opener = window;