Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Disable digital controls when AVR is off
Browse files Browse the repository at this point in the history
  • Loading branch information
jherland committed Jan 12, 2015
1 parent 278cf5b commit a93fb5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http_static/index.html
Expand Up @@ -83,6 +83,7 @@

ui_enable('#avr_sourcecontrols', !s.standby);
ui_enable('#avr_surroundcontrols', !s.standby);
ui_enable('#avr_digitalcontrols', !s.standby);
ui_enable('#avr_volumecontrols', !s.standby);
// TODO: Standby button color: yellow in standby, blue when on.
if (s.standby) {
Expand Down

0 comments on commit a93fb5e

Please sign in to comment.