Remove unnecessary request header

pull/258/head
Omar Roth 6 years ago
parent c656a7cb9e
commit e80884cfce

@ -40,7 +40,6 @@ function mark_unwatched(target) {
xhr.responseType = "json";
xhr.timeout = 20000;
xhr.open("GET", url, true);
xhr.setRequestHeader("Redirect", "false");
xhr.send();
xhr.onreadystatechange = function() {

Loading…
Cancel
Save