From 3680c2b3494f04b2d84667b4f44b334c41b5a764 Mon Sep 17 00:00:00 2001 From: Noam Date: Mon, 13 Mar 2017 10:41:46 +0200 Subject: [PATCH] Fix typo causing Qbittorrent config to show while Deluge is selected --- data/interfaces/default/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index a1f8ba64..f5f9ea78 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -2405,7 +2405,7 @@ } if ($("#torrent_downloader_deluge").is(":checked")) { - $("#torrent_blackhole_options,#transmission_options,#utorrent_options,#qbittorent_options").hide(); + $("#torrent_blackhole_options,#transmission_options,#utorrent_options,#qbittorrent_options").hide(); $("#deluge_options").show(); }