improve it a bit
This commit is contained in:
parent
1ea7a12d42
commit
30bf733666
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
link.setAttribute('href', url)
|
||||
link.innerText = url
|
||||
|
||||
const body = document.getElementsByTagName('body')[0]
|
||||
const body = document.body
|
||||
body.append(document.createElement('br'))
|
||||
body.append(link)
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue