diff --git a/gui/slick/js/configSearch.js b/gui/slick/js/configSearch.js index bf27b2a4..da2f6936 100644 --- a/gui/slick/js/configSearch.js +++ b/gui/slick/js/configSearch.js @@ -47,7 +47,7 @@ $(document).ready(function(){ $('#Torrent_username').show(); $('#Torrent_Path').hide(); $('#Torrent_Ratio').show(); - $('#Torrent_Seed_Time').show(); + $('#Torrent_Seed_Time').show(); $('#Torrent_High_Bandwidth').hide(); $('#Torrent_Label').show(); $('#host_desc').text('uTorrent Host'); @@ -60,7 +60,7 @@ $(document).ready(function(){ $('#Torrent_username').show(); $('#Torrent_Path').show(); $('#Torrent_Ratio').show(); - $('#Torrent_Seed_Time').hide(); + $('#Torrent_Seed_Time').hide(); $('#Torrent_High_Bandwidth').show(); $('#Torrent_Label').hide(); $('#host_desc').html('Transmission Host'); @@ -74,7 +74,7 @@ $(document).ready(function(){ $('#Torrent_username').hide(); $('#Torrent_Path').show(); $('#Torrent_Ratio').show(); - $('#Torrent_Seed_Time').hide(); + $('#Torrent_Seed_Time').hide(); $('#Torrent_High_Bandwidth').hide(); $('#host_desc').text('Deluge Host'); $('#username_desc').text('Deluge Username'); @@ -89,7 +89,7 @@ $(document).ready(function(){ $('#Torrent_Paused').hide(); $('#Torrent_Path').hide(); $('#Torrent_Ratio').hide(); - $('#Torrent_Seed_Time').hide(); + $('#Torrent_Seed_Time').hide(); $('#Torrent_High_Bandwidth').hide(); $('#host_desc').text('Synology Host'); $('#username_desc').text('Synology Username'); @@ -104,7 +104,7 @@ $(document).ready(function(){ $('#Torrent_Paused').hide(); $('#Torrent_Path').show(); $('#Torrent_Ratio').show(); - $('#Torrent_Seed_Time').hide(); + $('#Torrent_Seed_Time').hide(); $('#Torrent_High_Bandwidth').hide(); $('#host_desc').text('rTorrent Host'); $('#username_desc').text('rTorrent Username');