diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-18 14:44:19 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-18 14:44:19 (GMT) |
commit | 5f72eb4960c9e6fb48a06fcb428ab70b742d9ace (patch) | |
tree | 5eaeb4854c7d64acf9a0e04835f31acb7ba8b7bf /www | |
parent | 8b419c6f12cfb64aba4bd333873ef8edbda12d92 (diff) |
disable musicgrid app when switching to shows
Diffstat (limited to 'www')
-rw-r--r-- | www/js/apps.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/apps.js b/www/js/apps.js index 2b74edf..99ae50d 100644 --- a/www/js/apps.js +++ b/www/js/apps.js @@ -71,6 +71,8 @@ function apps_select(app) { $('#nav-btn-jingles').removeClass('active'); $('#app-musicpools').hide(); $('#nav-btn-musicpools').removeClass('active'); + $('#app-musicgrid').hide(); + $('#nav-btn-musicgrid').removeClass('active'); $('#app-shows').show(); $('#nav-btn-shows').addClass('active'); |