Roo/Login.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:30:07 +0000 (16:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:30:07 +0000 (16:30 +0800)
Roo/Login.js

index 684d6c6..e5269c0 100644 (file)
@@ -548,7 +548,7 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, {
             text : "Forgot Password",
             listeners : {
                 click : function() {
-            
+                    console.log(this);
                     var n = this.form.findField('username').getValue();
                     if (!n.length) {
                         Roo.MessageBox.alert("Error", "Fill in your email address");