mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 16:36:21 +00:00
chore: stray console.log in dashboard.js
This commit is contained in:
parent
e9e2d4993b
commit
43837cac20
@ -1002,7 +1002,6 @@ page.displayPreview = id => {
|
||||
})
|
||||
} else {
|
||||
const match = file.file.match(/.*\/(.*)$/)
|
||||
console.log(file.file, match)
|
||||
if (match || match[1]) {
|
||||
div.querySelector('#swalOriginal').setAttribute('href', `v/${match[1]}`)
|
||||
div.querySelector('#swalOriginal').setAttribute('target', '_blank')
|
||||
|
Loading…
Reference in New Issue
Block a user