-
This commit is contained in:
parent
e27d43192f
commit
ba08ba52bf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
if (!confirm('Are you sure you want to archive ' + message + ' in this post?'))
|
if (!confirm('Are you sure you want to archive ' + message + ' in this post?'))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
links.forEach(function(link) {
|
links.concat(images).forEach(function(link) {
|
||||||
// only works properly if the browser is configured to
|
// only works properly if the browser is configured to
|
||||||
// allow stackexchange.com to open (multiple) popups
|
// allow stackexchange.com to open (multiple) popups
|
||||||
window.open("https://web.archive.org/save/" + link, "_blank");
|
window.open("https://web.archive.org/save/" + link, "_blank");
|
||||||
|
|
Loading…
Reference in a new issue