summaryrefslogtreecommitdiff
path: root/www/js/rdxport.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/rdxport.js
parent8ce69bbc3ef2974ab1bc4b02b5320827a1ae9935 (diff)
rename rivendell instance to rdxport
Diffstat (limited to 'www/js/rdxport.js')
-rw-r--r--www/js/rdxport.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/js/rdxport.js b/www/js/rdxport.js
index 35c1b7d..db8bf0a 100644
--- a/www/js/rdxport.js
+++ b/www/js/rdxport.js
@@ -351,9 +351,7 @@ Rivendell.Rdxport.prototype.deleteAudio = function(cartNumber, cutNumber, succes
return $.post(this.endpoint, command, success, 'xml');
};
-Rivendell.GroupList = function(rivendell) {
- this.rivendell = rivendell;
-
+Rivendell.GroupList = function() {
this.groups = [];
};
@@ -404,7 +402,7 @@ Rivendell.Group.prototype.removeCart = function(cart) {
Rivendell.Group.prototype.fetchCarts = function() {
var self = this;
- rivendell.listCarts(this.groupName, 1, function(cartsXml, status, req) {
+ rdxport.listCarts(this.groupName, 1, function(cartsXml, status, req) {
self.carts = [];
self.cartsByNumber = {};