forked from 0x2620/oxjs
fix some localStorage bugs
This commit is contained in:
parent
c9d2ac5fcd
commit
64592e7278
4 changed files with 17 additions and 9 deletions
|
|
@ -119,7 +119,7 @@ Ox.Theme = (function() {
|
|||
});
|
||||
});
|
||||
}
|
||||
localStorage['Ox.theme'] = theme;
|
||||
Ox.localStorage('Ox')('theme', theme);
|
||||
return that;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue