summaryrefslogtreecommitdiff
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
commit9958caa9295a4dcfbd47e0d745c4fe77c7a98734 (patch)
tree2873eceebe07387682f572fe02d7ae3bfe334da0
parent804ae28f75d4d85ca94760294d1c6d85e3e5b76f (diff)
parenta8f0f5cdc43aeb9e26103a4f8d682e782cc0558d (diff)
downloaduxp-9958caa9295a4dcfbd47e0d745c4fe77c7a98734.tar.gz
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 ef46866542..70b373d1f2 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();
}