forked from 0x2620/oxjs
fixing loader
This commit is contained in:
parent
6cfb6b7647
commit
e7b870d3cb
4 changed files with 8 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>ox.js calendar demo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<script type="text/javascript" src="../../build/js/OxUI.js"></script>
|
||||
<script type="text/javascript" src="../../build/js/Ox.js"></script>
|
||||
<script type="text/javascript" src="js/calendar.js"></script>
|
||||
</head>
|
||||
<body></body>
|
||||
|
|
|
|||
|
|
@ -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