Update brave ad

This commit is contained in:
2020-11-04 20:51:39 +01:00
parent 829fb47951
commit a8a5c5e906
19 changed files with 304 additions and 14 deletions

View File

@@ -189,7 +189,7 @@ DirectoryElement.prototype.createFileButton = function(file, index) {
let el = document.createElement("a")
el.classList = "node"
el.href = file.href
// el.target = "_blank"
el.target = "_blank"
el.title = file.name
el.setAttribute("fileindex", index)