From a143f52c0e183e7c88c422ef974a7eb7b01033b1 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 24 May 2011 19:59:13 +0000 Subject: [PATCH] load geo module --- static/js/pandora.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/js/pandora.js b/static/js/pandora.js index 1adb3f4..c253c8e 100755 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -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', { } }); + +}); \ No newline at end of file