Update archives

This commit is contained in:
Kabir Sala 2014-02-17 18:54:52 +01:00
parent a9460f0513
commit 516fdb902b
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.3.7 - 2014-02-15
* 4chan X - Version 1.3.7 - 2014-02-17
*
* Licensed under the MIT license.
* https://github.com/Spittie/4chan-x/blob/master/LICENSE

View File

@ -5714,7 +5714,7 @@
xhr.responseType = 'blob';
xhr.onload = function(e) {
if (this.readyState === this.DONE && xhr.status === 200) {
QR.handleBlob(urlBlob, this.getResponseHeaders('Content-Type'), url);
QR.handleBlob(this.response, this.getResponseHeader('Content-Type'), url);
} else {
QR.error("Can't load image.");
}

View File

@ -115,8 +115,8 @@ Redirect =
software: "fuuka"
"warosu":
boards: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"]
files: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"]
boards: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"]
files: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"]
data:
domain: "fuuka.warosu.org"
http: true
@ -142,8 +142,8 @@ Redirect =
software: "foolfuuka"
"Foolz Beta":
boards: ["a", "co", "gd", "jp", "m", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
files: ["a", "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"]
boards: ["a", "biz", "co", "d", "gd", "jp", "m", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
files: ["a", "biz", "d" "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"]
data:
domain: "beta.foolz.us"
http: true