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; }