Compare commits

..

2 Commits

Author SHA1 Message Date
quenousimporte a582479da4 remove log 2024-06-20 17:09:53 +02:00
quenousimporte e4f3a7cdf7 remove conversation 2024-06-20 17:09:32 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,6 @@ function getpage(page)
if (page < 10) pagename = "00" + pagename; if (page < 10) pagename = "00" + pagename;
else if (page < 100) pagename = "0" + pagename; else if (page < 100) pagename = "0" + pagename;
console.log("Downloading page " + pagename);
var filename = basename + "-" + pagename + ".pdf"; var filename = basename + "-" + pagename + ".pdf";
var a = document.createElement('a'); var a = document.createElement('a');
a.href = window.URL.createObjectURL(blob); a.href = window.URL.createObjectURL(blob);

View File

@ -46,7 +46,6 @@
<li><a href="https://lundi.am">Lundi matin</a></li> <li><a href="https://lundi.am">Lundi matin</a></li>
<li><a href="https://www.terrestres.org">Terrestres</a></li> <li><a href="https://www.terrestres.org">Terrestres</a></li>
<li><a href="https://basta.media">Basta!</a></li> <li><a href="https://basta.media">Basta!</a></li>
<li><a href="https://theconversation.com/fr">The Conversation</a></li>
<li><a href="https://www.theguardian.com/europe">The Guardian</a></li> <li><a href="https://www.theguardian.com/europe">The Guardian</a></li>
<li><a href="https://theintercept.com/">The Intercept</a></li> <li><a href="https://theintercept.com/">The Intercept</a></li>
<li><a href="https://www.contretemps.eu/">Contretemps</a></li> <li><a href="https://www.contretemps.eu/">Contretemps</a></li>