From 00dc5f0128c35f7098c8aec16b8c3167f6a321e4 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Wed, 28 Apr 2010 13:28:00 +0100 Subject: [PATCH] remove the button to launch the unfinished file browser --- deluge/ui/web/js/deluge-all/MoveStorage.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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() {