summaryrefslogtreecommitdiff
path: root/www/js/auth.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-10 05:47:38 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-10 05:47:38 (GMT)
commitb1821ae253555aea1e840d4809b1c144a7f5fc15 (patch)
treec4dcdfde192eb6aec39d93964e64f71b625a7327 /www/js/auth.js
parent8ce69bbc3ef2974ab1bc4b02b5320827a1ae9935 (diff)
rename rivendell instance to rdxport
Diffstat (limited to 'www/js/auth.js')
-rw-r--r--www/js/auth.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/auth.js b/www/js/auth.js
index df09ce6..aee8502 100644
--- a/www/js/auth.js
+++ b/www/js/auth.js
@@ -39,9 +39,9 @@ function auth_loginSuccess(data) {
sessionStorage.setItem("auth_token", auth_token);
// todo: do this at a central place
- rivendell = new Rivendell.Rdxport(auth_username, auth_token, '/rd-bin/rdxport.cgi');
- rivendell.setListDropboxesEndpoint('/rh-bin/listdropboxes.cgi');
- rivendell.setMusicgridEndpoint('/rh-bin/musicgrid.cgi');
+ rdxport = new Rivendell.Rdxport(auth_username, auth_token, '/rd-bin/rdxport.cgi');
+ rdxport.setListDropboxesEndpoint('/rh-bin/listdropboxes.cgi');
+ rdxport.setMusicgridEndpoint('/rh-bin/musicgrid.cgi');
apps_select(apps_current);