forgot oen

This commit is contained in:
nelle 2024-08-24 02:08:03 -06:00
parent f618fa87d6
commit c11ffd41fc

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 {