This commit is contained in:
Glorfindel 2019-07-28 19:00:08 +02:00
parent e27d43192f
commit ba08ba52bf
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
if (!confirm('Are you sure you want to archive ' + message + ' in this post?'))
return;
links.forEach(function(link) {
links.concat(images).forEach(function(link) {
// only works properly if the browser is configured to
// allow stackexchange.com to open (multiple) popups
window.open("https://web.archive.org/save/" + link, "_blank");