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