resolved local conflicts
This commit is contained in:
parent
0e151870d0
commit
1550afeea2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user