resolved local conflicts

This commit is contained in:
Sanj B 2012-01-06 17:54:12 +05:30
parent 0e151870d0
commit 1550afeea2

View File

@ -3,16 +3,15 @@
'use strict';
(function() {
Ox.load({
UI: {
theme: 'modern' //FIXME: get theme through localStorage
// theme: 'modern' //FIXME: get theme through localStorage
}
}, loadSpeedtrans);
function loadSpeedtrans(browserSupported) {
alert("hi");
if (!browserSupported) { alert("your browser is not supported"); return; }
window.pandora = Ox.App({url: '/api/'}).bindEvent({
'load': function(data) {
// console.log(data);