diff options
Diffstat (limited to 'template/default/library.js')
-rw-r--r-- | template/default/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/library.js b/template/default/library.js index 75c8ad3..fc36da8 100644 --- a/template/default/library.js +++ b/template/default/library.js @@ -26,7 +26,7 @@ function callurl( url ) { } function popup(URL) { - window.open(URL, '_new', 'width=450, height=250, scrollbars=auto, resizable=yes'); + window.open(URL, '_new', 'width=500, height=250, scrollbars=auto, resizable=yes'); } function toolbar(URL) { |