summaryrefslogtreecommitdiff
path: root/www/js/apps.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-18 14:44:19 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-18 14:44:19 (GMT)
commit5f72eb4960c9e6fb48a06fcb428ab70b742d9ace (patch)
tree5eaeb4854c7d64acf9a0e04835f31acb7ba8b7bf /www/js/apps.js
parent8b419c6f12cfb64aba4bd333873ef8edbda12d92 (diff)
disable musicgrid app when switching to shows
Diffstat (limited to 'www/js/apps.js')
-rw-r--r--www/js/apps.js2
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');