resolved local conflicts
This commit is contained in:
parent
0e151870d0
commit
1550afeea2
|
@ -3,16 +3,15 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
Ox.load({
|
Ox.load({
|
||||||
UI: {
|
UI: {
|
||||||
theme: 'modern' //FIXME: get theme through localStorage
|
// theme: 'modern' //FIXME: get theme through localStorage
|
||||||
}
|
}
|
||||||
}, loadSpeedtrans);
|
}, loadSpeedtrans);
|
||||||
|
|
||||||
function loadSpeedtrans(browserSupported) {
|
function loadSpeedtrans(browserSupported) {
|
||||||
|
alert("hi");
|
||||||
if (!browserSupported) { alert("your browser is not supported"); return; }
|
if (!browserSupported) { alert("your browser is not supported"); return; }
|
||||||
|
|
||||||
window.pandora = Ox.App({url: '/api/'}).bindEvent({
|
window.pandora = Ox.App({url: '/api/'}).bindEvent({
|
||||||
'load': function(data) {
|
'load': function(data) {
|
||||||
// console.log(data);
|
// console.log(data);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user