Merge pull request #377 from ziahamza/ziahamza-patch-1

Collapse download settings by default
This commit is contained in:
hamza zia 2017-08-26 18:18:16 +05:00 committed by GitHub
commit 1f95cde124

View File

@ -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);