Fix colors and data-url in download widget

This commit is contained in:
Omar Roth 2019-01-27 21:20:52 -06:00
parent 6218078c51
commit c0fdc28a84
4 changed files with 20 additions and 9 deletions

View file

@ -65,8 +65,6 @@ function download_video(target) {
}
}
url = "/videoplayback" + url.split("/videoplayback")[1];
var xhr = new XMLHttpRequest();
xhr.open("GET", url);
xhr.responseType = "arraybuffer";