forked from 0x2620/oxjs
updates for loader
This commit is contained in:
parent
13501e2da8
commit
7430ef1023
10 changed files with 429 additions and 192 deletions
|
|
@ -1,10 +1,17 @@
|
|||
console.log('calling Ox.UI()')
|
||||
//console.log('Ox =', Ox)
|
||||
//console.log('Ox.UI =', Ox.UI)
|
||||
|
||||
Ox.UI(function() {
|
||||
|
||||
console.log('running Ox.UI()')
|
||||
//console.log('Ox =', Ox)
|
||||
|
||||
Ox.UI.ready(function() {
|
||||
|
||||
Ox.theme('modern');
|
||||
|
||||
Ox.print('$$$$', Ox.Calendar)
|
||||
//Ox.print('$$$$', Ox.Calendar)
|
||||
|
||||
new Ox.Calendar({
|
||||
date: new Date(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue