added webpack
This commit is contained in:
parent
c91d24cd86
commit
9172af48fd
5 changed files with 2748 additions and 48 deletions
|
@ -1,7 +1,7 @@
|
|||
let links = [];
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
links = document.querySelectorAll('a:not([target])');
|
||||
links = Array.from(document.querySelectorAll('a:not([target])'));
|
||||
});
|
||||
|
||||
function setOpenInNewTab(bool) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue