Skip to content

Commit

Permalink
ui: remove experimental API in checkBrowser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
unbyte committed Oct 22, 2020
1 parent 8e3e926 commit 0f146cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/public/checkBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function checkBrowser() {
d.getElementsByTagName('a')[0].onclick = function () {
d.getElementsByTagName('div')[0].style.top = '-60px'
}
document.body.prepend ? document.body.prepend(d) : document.body.insertBefore(d, document.body.firstChild)
document.body.insertBefore(d, document.body.firstChild)
}
}

Expand Down

0 comments on commit 0f146cd

Please sign in to comment.