This commit is contained in:
rlx 2011-11-04 16:11:09 +00:00
parent 8ef45bb1cb
commit ba494eb064

View file

@ -117,7 +117,9 @@ Ox.Theme = (function() {
}); });
}); });
} }
localStorage && localStorage.OxTheme = theme; if (localStorage) {
localStorage.OxTheme = theme;
}
return that; return that;
} }