1
0
Fork 0
forked from 0x2620/oxjs

set theme on load

This commit is contained in:
rolux 2011-04-23 18:45:50 +02:00
commit d8d14cffe7
79 changed files with 136 additions and 97 deletions

View file

@ -2,12 +2,12 @@ console.log('calling Ox.UI()')
//console.log('Ox =', Ox)
//console.log('Ox.UI =', Ox.UI)
Ox.UI({display: 'modern'}, function() {
Ox.UI({display: 'icon', theme: 'modern'}, function() {
console.log('running Ox.UI()')
//console.log('Ox =', Ox)
Ox.theme('modern');
// Ox.theme('modern');
//Ox.print('$$$$', Ox.Calendar)