cosmetic changes
This commit is contained in:
parent
58e078e3bb
commit
14f63cdfc3
1 changed files with 1 additions and 2 deletions
3
index.js
3
index.js
|
@ -385,8 +385,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
|
|||
.css(app.getCSS('logo'));
|
||||
Ox.Theme
|
||||
? Ox.Theme(theme)
|
||||
: Ox.$('body').addClass('OxTheme' + Ox.toTitleCase(theme)
|
||||
);
|
||||
: Ox.$('body').addClass('OxTheme' + Ox.toTitleCase(theme));
|
||||
},
|
||||
state: {
|
||||
animating: false,
|
||||
|
|
Loading…
Reference in a new issue