Popup: autoclose after click on 'Edit' link

This commit is contained in:
tophf 2015-05-10 19:46:09 +03:00
parent 60381603db
commit 4df61c4a21

View File

@ -181,6 +181,7 @@ function openLinkInTabOrWindow(event) {
} else { } else {
openLink(event); openLink(event);
} }
close();
} }
function openLink(event) { function openLink(event) {