forked from 0x2620/pandora
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,
|
||||
loadImages: true,
|
||||
showScreen: true,
|
||||
theme: localStorage?localStorage.theme:'modern'
|
||||
theme: localStorage && localStorage.theme ? localStorage.theme : 'modern'
|
||||
},
|
||||
Geo: {}
|
||||
}, function(browserSupported) {
|
||||
|
|
Loading…
Reference in a new issue