1
0
Fork 0
forked from 0x2620/oxjs

update Ox.Log

This commit is contained in:
rlx 2011-11-04 16:04:46 +00:00
commit 8ef45bb1cb
2 changed files with 21 additions and 20 deletions

View file

@ -117,6 +117,7 @@ Ox.Theme = (function() {
});
});
}
localStorage && localStorage.OxTheme = theme;
return that;
}
@ -142,4 +143,4 @@ Ox.Theme = (function() {
return that;
}());
}());