From 0658f161ee312f38153bf4820ad938d1c37e3ccb Mon Sep 17 00:00:00 2001 From: Peter Tutervai Date: Mon, 9 Jun 2014 01:03:28 +0200 Subject: [PATCH] Hid the browse button on the Synology DS configuration page as the entered path has to be a relative path from a shared directory --- gui/slick/js/configSearch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/slick/js/configSearch.js b/gui/slick/js/configSearch.js index 2fba161f..cec16e27 100644 --- a/gui/slick/js/configSearch.js +++ b/gui/slick/js/configSearch.js @@ -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();