Fix some minor syntax issues
This commit is contained in:
parent
f464d585cc
commit
d9281ad53c
2 changed files with 3 additions and 3 deletions
|
@ -59,14 +59,14 @@ EOF
|
|||
end
|
||||
|
||||
script {
|
||||
"
|
||||
unsafe_raw("
|
||||
addEventListener('DOMContentLoaded', () => {
|
||||
if(localStorage.getItem('faded'))
|
||||
document.querySelectorAll('.fade').forEach(it =>
|
||||
it.classList.add('no-delay'));
|
||||
localStorage.setItem('faded', true);
|
||||
});
|
||||
"
|
||||
")
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue