From 803d5601cd3fead4133b23d0be83247ca63efe57 Mon Sep 17 00:00:00 2001 From: sammy2142 Date: Mon, 28 Apr 2014 15:42:14 +0100 Subject: [PATCH] Fixed indent --- gui/slick/js/configSearch.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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');