From 88cbd70753fd3a1eec96a2b0475ce0c898532d17 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Sat, 26 Aug 2017 18:17:52 +0500 Subject: [PATCH] Update modal.js --- js/ctrls/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ctrls/modal.js b/js/ctrls/modal.js index 0e220a1..a3c6df3 100644 --- a/js/ctrls/modal.js +++ b/js/ctrls/modal.js @@ -37,7 +37,7 @@ angular open: function(cb) { var self = this; this.uris = ""; - this.downloadSettingsCollapsed = false; + this.downloadSettingsCollapsed = true; this.advancedSettingsCollapsed = true; this.settings = {}; this.fsettings = _.cloneDeep(fsettings);