mirror of
https://github.com/timvisee/send.git
synced 2026-04-28 23:16:19 -04:00
added webpack
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user