1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Hid the browse button on the Synology DS configuration page as the entered path has to be a relative path from a shared directory

This commit is contained in:
Peter Tutervai 2014-06-09 01:03:28 +02:00
parent f24999b10d
commit 0658f161ee

View File

@ -102,6 +102,7 @@ $(document).ready(function(){
$('#password_desc').text('Synology Password');
$('#label_desc').text('Synology Label');
$('#directory_desc').text('Synology Directory');
$('#Torrent_Path').find('.fileBrowser').hide();
} else if (selectedProvider == "rtorrent"){
$('#t_blackhole_settings').hide();
$('#torrent_settings').show();