summaryrefslogtreecommitdiff
path: root/www/js/rivendell.rh.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/rivendell.rh.js')
-rw-r--r--www/js/rivendell.rh.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/rivendell.rh.js b/www/js/rivendell.rh.js
index 8e58d01..a41ccd3 100644
--- a/www/js/rivendell.rh.js
+++ b/www/js/rivendell.rh.js
@@ -53,7 +53,7 @@ Rivendell.Rivendell.prototype.listDropboxes = function(type, success) {
return $.post(this.listDropboxesEndpoint, command, success, 'xml');
};
-// see: https://github.com/ElvishArtisan/rivendell/pull/73
+// see: https://github.com/ElvishArtisan/rivendell/pull/100
Rivendell.Rivendell.prototype.addAndEditCut = function(cartNumber, options, success) {
options.COMMAND = 10;
options.LOGIN_NAME = this.username;