forked from 0x2620/oxjs
fixing loader
This commit is contained in:
parent
6cfb6b7647
commit
e7b870d3cb
4 changed files with 8 additions and 15 deletions
|
|
@ -2,7 +2,7 @@ console.log('calling Ox.UI()')
|
|||
//console.log('Ox =', Ox)
|
||||
//console.log('Ox.UI =', Ox.UI)
|
||||
|
||||
Ox.UI({display: 'console', theme: 'modern'}, function() {
|
||||
Ox.load('UI', {showScreen: true, theme: 'modern'}, function() {
|
||||
|
||||
console.log('running Ox.UI()')
|
||||
//console.log('Ox =', Ox)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue