mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 01:34:31 +01:00
Removed 8chan reference in js/download-all.js
This commit is contained in:
parent
acf4c3bb8b
commit
f329811ca3
@ -15,7 +15,7 @@ $('hr:first').before('<div id="download-all" style="text-align:right"><a class="
|
||||
{
|
||||
for(var j = 0; j < files.length; j++)
|
||||
{
|
||||
x = 'http://8chan.co/' + files[i].getElementsByTagName('a')[j].src;
|
||||
x = files[i].getElementsByTagName('a')[j].src;
|
||||
zip.file(x);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user