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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user