forked from 0x2620/pandora
debugging...
This commit is contained in:
parent
fc2379530b
commit
99d09f3f10
1 changed files with 1 additions and 3 deletions
|
@ -354,7 +354,7 @@ $(function(){
|
|||
var d = new Ox.Container();
|
||||
var registerInfo = new Ox.Panel();
|
||||
|
||||
registerInfo.append(Ox.Element().css({'margin-left': '4px'}).append('<br>Forgot your password? <a href="">Recover Password</a><br>Dont have an account? <a href="">Register Now</a>'));
|
||||
// registerInfo.append(Ox.Element().css({'margin-left': '4px'}).append('<br>Forgot your password? <a href="">Recover Password</a><br>Dont have an account? <a href="">Register Now</a>'));
|
||||
|
||||
var panel = Ox.SplitPanel({
|
||||
elements: [
|
||||
|
@ -369,8 +369,6 @@ $(function(){
|
|||
orientation: "vertical"
|
||||
}).appendTo(d);
|
||||
|
||||
Ox.print("--------");
|
||||
|
||||
var $dialog = new Ox.Dialog({
|
||||
title: "Login",
|
||||
width: inputWidth+24,
|
||||
|
|
Loading…
Reference in a new issue