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(); }