1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-05 19:08:02 -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'); $('#password_desc').text('Synology Password');
$('#label_desc').text('Synology Label'); $('#label_desc').text('Synology Label');
$('#directory_desc').text('Synology Directory'); $('#directory_desc').text('Synology Directory');
$('#Torrent_Path').find('.fileBrowser').hide();
} else if (selectedProvider == "rtorrent"){ } else if (selectedProvider == "rtorrent"){
$('#t_blackhole_settings').hide(); $('#t_blackhole_settings').hide();
$('#torrent_settings').show(); $('#torrent_settings').show();