summaryrefslogtreecommitdiffstats
path: root/assets/js
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-01-27 21:20:52 -0600
committerOmar Roth <omarroth@hotmail.com>2019-01-27 21:20:52 -0600
commitc0fdc28a8439cd9f6255a4c5b84c4fae06b4912b (patch)
tree88cdc7a143fe762fcdafef62c9db84618919dfc3 /assets/js
parent6218078c517abe88f8dc6470eb5bc83b12d990d6 (diff)
downloadinvidious-c0fdc28a8439cd9f6255a4c5b84c4fae06b4912b.tar.gz
invidious-c0fdc28a8439cd9f6255a4c5b84c4fae06b4912b.tar.bz2
invidious-c0fdc28a8439cd9f6255a4c5b84c4fae06b4912b.zip
Fix colors and data-url in download widget
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/watch.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/js/watch.js b/assets/js/watch.js
index 81fa6288..0126c586 100644
--- a/assets/js/watch.js
+++ b/assets/js/watch.js
@@ -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";