1
0
Fork 0
forked from 0x2620/oxjs

fix some localStorage bugs

This commit is contained in:
rolux 2011-12-30 21:07:41 +05:30
commit 64592e7278
4 changed files with 17 additions and 9 deletions

View file

@ -119,7 +119,7 @@ Ox.Theme = (function() {
});
});
}
localStorage['Ox.theme'] = theme;
Ox.localStorage('Ox')('theme', theme);
return that;
}