load geo module
This commit is contained in:
parent
5b1a78e186
commit
83cfa0c773
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@ Ox.load('UI', {
|
||||||
theme: 'modern'
|
theme: 'modern'
|
||||||
}, function() {
|
}, function() {
|
||||||
|
|
||||||
|
Ox.load('Geo', function() {
|
||||||
|
|
||||||
window.pandora = new Ox.App({url: '/api/'}).bindEvent({
|
window.pandora = new Ox.App({url: '/api/'}).bindEvent({
|
||||||
|
|
||||||
load: function(event, data) {
|
load: function(event, data) {
|
||||||
|
@ -3999,3 +4001,5 @@ Ox.load('UI', {
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
});
|
Loading…
Reference in a new issue