Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
darcs-hash:20090622000617-6342c-68a47ff4919f112fa2065787f3d989b5e3f90837.gz
  • Loading branch information
scudette committed Jun 22, 2009
1 parent c77379b commit cb81531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyflag/HTMLUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def _calculate_js_for_pane(self, target=None, pane="main", **opts):

if pane=='new':
id=self.get_unique_id()
return "window.open('f?%s&__pyflag_parent='+window.__pyflag_name+'&__pyflag_name=child_%s','child_%s', 'fullscreen=yes,scrollbars=yes'); return false;" % (target, id,id)
return "window.open('f?%s&__pyflag_parent='+window.__pyflag_name+'&__pyflag_name=child_%s','child_%s', 'width=1024,height=800,scrollbars=yes,location=yes,status=yes,resizable=yes'); return false;" % (target, id,id)

if target:
## Try to remove the callback which we are generated from:
Expand Down

0 comments on commit cb81531

Please sign in to comment.