only use theme is set

This commit is contained in:
j 2011-10-23 09:44:14 +00:00
parent cf44cc885d
commit e695f099df

View file

@ -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) {