diff options
Diffstat (limited to 'template/default/library.js')
-rw-r--r-- | template/default/library.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/library.js b/template/default/library.js index fc36da8..7e1a3b7 100644 --- a/template/default/library.js +++ b/template/default/library.js @@ -2,7 +2,7 @@ // this is part of VDR Admin // function open_help(url) { - window.open(url, "_blank", "width=500, height=460, resizable=yes, scrollbars=yes, status=no, toolbar=no"); + window.open(url, "_blank", "width=580, height=480, resizable=yes, scrollbars=yes, status=no, toolbar=no"); } function del(message, suffix) { @@ -26,7 +26,7 @@ function callurl( url ) { } function popup(URL) { - window.open(URL, '_new', 'width=500, height=250, scrollbars=auto, resizable=yes'); + window.open(URL, '_new', 'width=500, height=250, scrollbars=yes, resizable=yes, toolbar=no, status=no'); } function toolbar(URL) { |