summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-12-27 22:04:18 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-12-27 22:04:18 (GMT)
commitf7c5ad3a69e89a558a1f9d4375c5aaaee270e997 (patch)
tree6c02fb18830c7a517adbe9f1793805d767ae820a /www/js
parent2d4a4c039d588a26610daed552e1570b707e3e46 (diff)
parent5f72eb4960c9e6fb48a06fcb428ab70b742d9ace (diff)
Merge branch 'master' of ssh://git@git.helsinki.at:2342/rhwebimport.git
Diffstat (limited to 'www/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');