diff --git a/deluge/ui/web/js/deluge-all/MoveStorage.js b/deluge/ui/web/js/deluge-all/MoveStorage.js index 41e53ade6..67c5f6b6c 100644 --- a/deluge/ui/web/js/deluge-all/MoveStorage.js +++ b/deluge/ui/web/js/deluge-all/MoveStorage.js @@ -68,17 +68,17 @@ Deluge.MoveStorage = Ext.extend(Ext.Window, { name: 'location', width: 240 }); - this.form.add({ - xtype: 'button', - text: _('Browse'), - handler: function() { - if (!this.fileBrowser) { - this.fileBrowser = new Deluge.FileBrowser(); - } - this.fileBrowser.show(); - }, - scope: this - }); + //this.form.add({ + // xtype: 'button', + // text: _('Browse'), + // handler: function() { + // if (!this.fileBrowser) { + // this.fileBrowser = new Deluge.FileBrowser(); + // } + // this.fileBrowser.show(); + // }, + // scope: this + //}); }, hide: function() {