summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-09-25 20:44:26 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-09-25 20:44:26 +0200
commite3508f55bed8a463d298021633dbc7d079c9d764 (patch)
tree2873eceebe07387682f572fe02d7ae3bfe334da0
parent575f07db09d65058f0ec11c22246ed6309abdabf (diff)
parent8d3931df24d84194bbab474f6618e63eb4fd603b (diff)
downloadUXP-e3508f55bed8a463d298021633dbc7d079c9d764.tar
UXP-e3508f55bed8a463d298021633dbc7d079c9d764.tar.gz
UXP-e3508f55bed8a463d298021633dbc7d079c9d764.tar.lz
UXP-e3508f55bed8a463d298021633dbc7d079c9d764.tar.xz
UXP-e3508f55bed8a463d298021633dbc7d079c9d764.zip
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
-rw-r--r--toolkit/components/prompts/content/commonDialog.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/components/prompts/content/commonDialog.js b/toolkit/components/prompts/content/commonDialog.js
index ef4686654..70b373d1f 100644
--- a/toolkit/components/prompts/content/commonDialog.js
+++ b/toolkit/components/prompts/content/commonDialog.js
@@ -50,8 +50,6 @@ function commonDialogOnLoad() {
Dialog = new CommonDialog(args, ui);
Dialog.onLoad(dialog);
- // resize the window to the content
- window.sizeToContent();
window.getAttention();
}