forked from 0x2620/oxjs
set theme on load
This commit is contained in:
parent
b58c7b0ce7
commit
d8d14cffe7
79 changed files with 136 additions and 97 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue