forgot oen
This commit is contained in:
parent
f618fa87d6
commit
c11ffd41fc
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue