summaryrefslogtreecommitdiff
path: root/www/js/apps.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-17 20:53:56 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-17 20:53:56 (GMT)
commite500e23e0e333d9d7fc6bcd4bd915a5d641531c0 (patch)
tree3fa5fe96019739a885493237e5897792f0a5d4a9 /www/js/apps.js
parente3d491b0f97dae84336d5b3c60ceb7206af20c92 (diff)
some cleanups
Diffstat (limited to 'www/js/apps.js')
-rw-r--r--www/js/apps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/apps.js b/www/js/apps.js
index 5df0dba..8f30ef0 100644
--- a/www/js/apps.js
+++ b/www/js/apps.js
@@ -42,7 +42,7 @@ function apps_select(app) {
$('#app-jingles').show();
$('#nav-btn-jingles').addClass('active');
- musicpools_init();
+ jingles_init();
break;
default:
$('#app-jingles').hide();