load geo module

This commit is contained in:
rolux 2011-05-24 19:59:13 +00:00
parent 5b1a78e186
commit 83cfa0c773

View file

@ -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', {
}
});
});