mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
;(function () {
|
|
window.addEventListener('load', function () {
|
|
document.documentElement.classList.remove('preload')
|
|
})
|
|
})()
|