summaryrefslogtreecommitdiff
path: root/www/js/apps.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-05 00:07:47 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-05 00:07:47 (GMT)
commitca488f8d3609500b89b95c6c2ff6c533e62a7aea (patch)
tree746431dd97ede28079c87a3951153a0c5fb114e1 /www/js/apps.js
parentee29206687484d49df4c77bd4d634080f1c7dca4 (diff)
rename rivendell.js to rdxport.js
Diffstat (limited to 'www/js/apps.js')
-rw-r--r--www/js/apps.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/apps.js b/www/js/apps.js
index 1c04526..ab5d4b9 100644
--- a/www/js/apps.js
+++ b/www/js/apps.js
@@ -101,7 +101,7 @@ function apps_init() {
if(auth_token && auth_username) {
// todo: do this at a central place
- rivendell = new Rivendell.Rivendell(auth_username, auth_token, '/rd-bin/rdxport.cgi');
+ rivendell = new Rivendell.Rdxport(auth_username, auth_token, '/rd-bin/rdxport.cgi');
rivendell.setListDropboxesEndpoint('/rh-bin/listdropboxes.cgi');
rivendell.setMusicgridEndpoint('/rh-bin/musicgrid.cgi');
@@ -111,7 +111,7 @@ function apps_init() {
$(window).on('popstate', function(event) {
if(auth_token && auth_username) {
// todo: do this at a central place
- rivendell = new Rivendell.Rivendell(auth_username, auth_token, '/rd-bin/rdxport.cgi');
+ rivendell = new Rivendell.Rdxport(auth_username, auth_token, '/rd-bin/rdxport.cgi');
rivendell.setListDropboxesEndpoint('/rh-bin/listdropboxes.cgi');
rivendell.setMusicgridEndpoint('/rh-bin/musicgrid.cgi');