forked from 0x2620/pandora
debugging...
This commit is contained in:
parent
bf03ab96d2
commit
fb5ef0cef9
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,6 @@ $(function(){
|
|||
var mainPanel = new Ox.Panel()/*.css({
|
||||
//borderLeft: "1px solid rgb(160, 160, 160)"
|
||||
})*/;
|
||||
Ox.print("--------");
|
||||
var middleSplitPanel = Ox.SplitPanel({
|
||||
elements: [
|
||||
{
|
||||
|
@ -180,6 +179,8 @@ $(function(){
|
|||
size: "large"
|
||||
});
|
||||
|
||||
Ox.print("--------");
|
||||
|
||||
var pageDialog = function(title, page) {
|
||||
Ox.debug(title, page);
|
||||
var $dialog = new Ox.Dialog({
|
||||
|
|
Loading…
Reference in a new issue