From 4fbfc6f1525afb9d53eb13d4ba3ec145729e273b Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Thu, 5 Aug 2010 05:22:03 +0000 Subject: [PATCH] Don't need to close the window now as reloading the main page will do it for us --- js/window.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/window.js b/js/window.js index aa99fa48..dc25ebe8 100644 --- a/js/window.js +++ b/js/window.js @@ -12,7 +12,6 @@ function openParent(get) function openParentNote(get) { - parent.closePopup(); parent.location.href = 'index.php?note=' + document.getElementById('note').value + '&' + get; }