forked from 0x2620/pandora
debugging...
This commit is contained in:
parent
aa41d0966b
commit
7249a819fe
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,8 @@ $(function(){
|
|||
//Ox.debug = Ox.print;
|
||||
//Ox.print = function() {};
|
||||
|
||||
Ox.print("--------");
|
||||
|
||||
Ox.theme("modern");
|
||||
app = new Ox.App({
|
||||
requestURL: "/api/"
|
||||
|
@ -30,8 +32,6 @@ $(function(){
|
|||
borderBottom: "1px solid rgb(160, 160, 160)"
|
||||
})*/;
|
||||
|
||||
Ox.print("-----");
|
||||
|
||||
//FIXME: how to properly overwrite functions without replacing them
|
||||
var super_launch = app.launch;
|
||||
app.launch = function() {
|
||||
|
|
Loading…
Reference in a new issue