main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit c11ffd41fc - Show all commits

View file

@ -24,7 +24,7 @@ function toggleTheme() {
// Obtains an array of all <link>
// elements.
// Select your element using indexing.
if (!localStorage.getItem('sgaEnabled')) {
if (!sessionStorage.getItem('sgaEnabled')) {
enableSGA()
}
else {