summaryrefslogtreecommitdiffhomepage
path: root/html/whiteboard.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/whiteboard.js')
-rw-r--r--html/whiteboard.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/whiteboard.js b/html/whiteboard.js
index f79443e..dd81ff0 100644
--- a/html/whiteboard.js
+++ b/html/whiteboard.js
@@ -54,7 +54,7 @@ function on_start() {
formatElement.appendChild(document.createTextNode(document.getElementById("mp3").checked ? "mp3" : "mp4"));
requestElement.appendChild(formatElement);
- xhr.open("POST", "downtube.fcgi", true);
+ xhr.open("POST", "whiteboard.fcgi", true);
xhr.setRequestHeader("Content-type", "text/xml");
xhr.responseType = 'text';
xhr.send(xmlDocument);
@@ -106,7 +106,7 @@ function get_file(filename) {
formatElement.appendChild(document.createTextNode(document.getElementById("mp3").checked ? "mp3" : "mp4"));
requestElement.appendChild(formatElement);
- xhr.open("POST", "downtube.fcgi", true);
+ xhr.open("POST", "whiteboard.fcgi", true);
xhr.setRequestHeader("Content-type", "text/xml");
xhr.responseType = 'blob';
xhr.send(xmlDocument);