summaryrefslogtreecommitdiff
path: root/individual.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2012-02-13 22:10:56 +0000
committerfisharebest <fisharebest@gmail.com>2012-02-13 22:10:56 +0000
commit1288ac1bb8443130799926f585cec7c2e8e583c3 (patch)
tree872668e5e08c5349b72b53ccc6272eb4b94297d3 /individual.php
parentacba7f7113dd313bda0e5c434ba3391bdbe00b24 (diff)
downloadwebtrees-1288ac1bb8443130799926f585cec7c2e8e583c3.tar.gz
webtrees-1288ac1bb8443130799926f585cec7c2e8e583c3.tar.bz2
webtrees-1288ac1bb8443130799926f585cec7c2e8e583c3.zip
Provide better sizes for popup windows.
Diffstat (limited to 'individual.php')
-rw-r--r--individual.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/individual.php b/individual.php
index 7466bf2c87..a49f23eb90 100644
--- a/individual.php
+++ b/individual.php
@@ -100,7 +100,7 @@ $controller->addInlineJavaScript('
jQuery("#main").css("visibility", "visible");
function show_gedcom_record() {
- var recwin=window.open("gedrecord.php?pid='. $controller->record->getXref(). '", "_blank", "top=0, left=0, width=600, height=400, scrollbars=1, scrollable=1, resizable=1");
+ var recwin=window.open("gedrecord.php?pid='. $controller->record->getXref(). '", "_blank", edit_window_specs);
}
function showchanges(){window.location="'.$controller->record->getRawUrl().'";}
');