only use theme is set
This commit is contained in:
parent
cf44cc885d
commit
e695f099df
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Ox.load({
|
||||||
hideScreen: false,
|
hideScreen: false,
|
||||||
loadImages: true,
|
loadImages: true,
|
||||||
showScreen: true,
|
showScreen: true,
|
||||||
theme: localStorage?localStorage.theme:'modern'
|
theme: localStorage && localStorage.theme ? localStorage.theme : 'modern'
|
||||||
},
|
},
|
||||||
Geo: {}
|
Geo: {}
|
||||||
}, function(browserSupported) {
|
}, function(browserSupported) {
|
||||||
|
|
Loading…
Reference in a new issue