Skip to content

Commit

Permalink
RDS Type disable fixed
Browse files Browse the repository at this point in the history
RDS Type selection was getting disabled bu the set freq option.
  • Loading branch information
jasoveen committed Oct 5, 2016
1 parent 2dde348 commit 7b64a17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin_setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7b64a17

Please sign in to comment.