main #8

Closed
nelle 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> // Obtains an array of all <link>
// elements. // elements.
// Select your element using indexing. // Select your element using indexing.
if (!localStorage.getItem('sgaEnabled')) { if (!sessionStorage.getItem('sgaEnabled')) {
enableSGA() enableSGA()
} }
else { else {