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:
parent
f24999b10d
commit
0658f161ee
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user