1
0
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:
hugofragata 2014-10-07 15:03:29 +01:00
parent acf4c3bb8b
commit f329811ca3

View File

@ -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);
}
}