summaryrefslogtreecommitdiff
path: root/www/js/musicgrid.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/musicgrid.js')
-rw-r--r--www/js/musicgrid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/musicgrid.js b/www/js/musicgrid.js
index eca1de0..c17b79e 100644
--- a/www/js/musicgrid.js
+++ b/www/js/musicgrid.js
@@ -27,7 +27,7 @@ var rivendell = null;
function musicgrid_init() {
rivendell = new Rivendell.Rivendell(auth_username, auth_token, '/rd-bin/rdxport.cgi');
rivendell.setMusicgridEndpoint('/rh-bin/musicgrid.cgi');
- //rivendell.getMusicgrid();
+ rivendell.getMusicgrid();
}
function musicgrid_cleanup() {