summaryrefslogtreecommitdiff
path: root/modules_v3/GEDFact_assistant/MEDIA_ctrl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/GEDFact_assistant/MEDIA_ctrl.php')
-rw-r--r--modules_v3/GEDFact_assistant/MEDIA_ctrl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/MEDIA_ctrl.php b/modules_v3/GEDFact_assistant/MEDIA_ctrl.php
index 4657786d36..c669106b6f 100644
--- a/modules_v3/GEDFact_assistant/MEDIA_ctrl.php
+++ b/modules_v3/GEDFact_assistant/MEDIA_ctrl.php
@@ -80,7 +80,7 @@ global $controller;
if (txt === "") {
alert("<?php echo I18N::translate('You must enter a name'); ?>");
} else {
- window.open("module.php?mod=GEDFact_assistant&mod_action=media_find&callback=paste_id&action=filter&type=indi&multiple=&filter=" + txt, "win02", "resizable=1, menubar=0, scrollbars=1, top=180, left=600, HEIGHT=600, WIDTH=450 ").focus();
+ window.open("module.php?mod=GEDFact_assistant&mod_action=media_find&callback=paste_id&action=filter&type=indi&multiple=&filter=" + txt, "win02", "resizable=1, menubar=0, scrollbars=1, top=180, left=600, height=600, width=450 ").focus();
}
}
</script>