Commit a2409f36e530e3d2ac21ce450beacfabf409f75b

Authored by Elena.Budnik
1 parent 76fd40dc

no https for url upload

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/app/views/UploadPanelUI.js
@@ -541,7 +541,7 @@ Ext.define('amdaUI.UploadPanelUI', { @@ -541,7 +541,7 @@ Ext.define('amdaUI.UploadPanelUI', {
541 var combo = Ext.create('Ext.form.ComboBox', { 541 var combo = Ext.create('Ext.form.ComboBox', {
542 flex : 4, 542 flex : 4,
543 store: this.store, 543 store: this.store,
544 - emptyText: 'Enter Remote Site URL (ftp/http[s])', 544 + emptyText: 'Enter Remote Site URL (ftp/http)',
545 queryMode: 'local', 545 queryMode: 'local',
546 displayField: 'name', 546 displayField: 'name',
547 valueField: 'value' 547 valueField: 'value'
@@ -579,7 +579,7 @@ Ext.define('amdaUI.UploadPanelUI', { @@ -579,7 +579,7 @@ Ext.define('amdaUI.UploadPanelUI', {
579 { 579 {
580 xtype : 'textfield', 580 xtype : 'textfield',
581 name : config.remoteUploadName, 581 name : config.remoteUploadName,
582 - emptyText: 'Enter Remote File URL (ftp/http[s])', 582 + emptyText: 'Enter Remote File URL (ftp/http)',
583 width: 310, 583 width: 310,
584 listeners: 584 listeners:
585 { 585 {