2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Don't need to close the window now as reloading the main page will do it for us

This commit is contained in:
azammitdcarf
2010-08-05 05:22:03 +00:00
parent 9166af65da
commit 4fbfc6f152

View File

@@ -12,7 +12,6 @@ function openParent(get)
function openParentNote(get) function openParentNote(get)
{ {
parent.closePopup();
parent.location.href = 'index.php?note=' + document.getElementById('note').value + '&' + get; parent.location.href = 'index.php?note=' + document.getElementById('note').value + '&' + get;
} }