if
This commit is contained in:
parent
8ef45bb1cb
commit
ba494eb064
1 changed files with 3 additions and 1 deletions
|
@ -117,7 +117,9 @@ Ox.Theme = (function() {
|
|||
});
|
||||
});
|
||||
}
|
||||
localStorage && localStorage.OxTheme = theme;
|
||||
if (localStorage) {
|
||||
localStorage.OxTheme = theme;
|
||||
}
|
||||
return that;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue