From 7b64a17c86e7a4d887cffb69e11a19e92c9c1791 Mon Sep 17 00:00:00 2001 From: jasoveen Date: Tue, 4 Oct 2016 22:24:14 -0400 Subject: [PATCH] RDS Type disable fixed RDS Type selection was getting disabled bu the set freq option. --- plugin_setup.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin_setup.php b/plugin_setup.php index 76e0134..3112052 100644 --- a/plugin_setup.php +++ b/plugin_setup.php @@ -53,13 +53,11 @@ function toggleSettings() { $('#Frequency').prop("disabled", false); $('#saveFrequency').prop("disabled", false); - $('#RdsType').prop("disabled", false); } else { $('#Frequency').prop("disabled", true); $('#saveFrequency').prop("disabled", true); - $('#RdsType').prop("disabled", true); } } function toggleStation()