mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge pull request #346 from WebSpider/dev-deluge_username
Exposing Deluge username
This commit is contained in:
commit
363db60a3d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue