Pman.Tab.CoreOAuthClient.bjs
authorEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:19:18 +0000 (12:19 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:19:18 +0000 (12:19 +0800)
Pman.Tab.CoreOAuthClient.js

Pman.Tab.CoreOAuthClient.bjs
Pman.Tab.CoreOAuthClient.js

index c55840e..f381468 100644 (file)
@@ -39,7 +39,7 @@
                                 {
                                     "listeners": {
                                         "|render": "function() \n{\n    _this.grid = this; \n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
-                                        "afteredit": "function (e)\n{\n    if(e.originalValue == e.value || !e.value.length){\n        return false;\n    }\n    \n    Roo.log('commit');\n}"
+                                        "afteredit": "function (e)\n{\n    if(e.originalValue == e.value || !e.value.length){\n        return;\n    }\n    \n    Roo.log('commit');\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "redirect_uri",
index fe5fc9a..5aaa663 100644 (file)
@@ -55,7 +55,7 @@ Pman.Tab.CoreOAuthClient = new Roo.XComponent({
                                 afteredit : function (e)
                                 {
                                     if(e.originalValue == e.value || !e.value.length){
-                                        return false;
+                                        return;
                                     }
                                     
                                     Roo.log('commit');