mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue