Skip to content
Snippets Groups Projects
Commit eb4d539a authored by Sean McArthur's avatar Sean McArthur
Browse files

Merge pull request #2256 from mozilla/issue_1594_minimizable_dialog

Make the dialog window minimizable in Firefox.
parents d48e41a4 aa7fc317
No related branches found
No related tags found
No related merge requests found
......@@ -955,7 +955,7 @@
var windowOpenOpts =
(isFennec ? undefined :
"menubar=0,location=1,resizable=1,scrollbars=1,status=0,dialog=1,width=700,height=375");
"menubar=0,location=1,resizable=1,scrollbars=1,status=0,dialog=1,minimizable=1,width=700,height=375");
var w;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment