From 33751b2c6182b689c8d552896fec9144ff17821f Mon Sep 17 00:00:00 2001 From: Nils Vogels Date: Sun, 4 May 2014 14:35:10 +0200 Subject: [PATCH] Deluge likes a username as well. Updating UI to show it. --- gui/slick/js/configSearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/slick/js/configSearch.js b/gui/slick/js/configSearch.js index 87eb8c2a..316ab143 100644 --- a/gui/slick/js/configSearch.js +++ b/gui/slick/js/configSearch.js @@ -71,7 +71,7 @@ $(document).ready(function(){ $('#t_blackhole_settings').hide(); $('#torrent_settings').show(); $('#Torrent_Label').show(); - $('#Torrent_username').hide(); + $('#Torrent_username').show(); $('#Torrent_Path').show(); $('#Torrent_Ratio').show(); $('#Torrent_Seed_Time').hide();