Roo/form/Action.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 06:47:40 +0000 (14:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 06:47:40 +0000 (14:47 +0800)
Roo/form/Action.js

index 73837f7..18f322a 100644 (file)
@@ -193,8 +193,8 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, {
         var method = this.getMethod();
         var isPost = method == 'POST';
         if(o.clientValidation === false || this.form.isValid()){
+            
             if (this.form.progressUrl) {
-           
                 this.findField('UPLOAD_IDENTIFIER').setValue(
                     (new Date() * 1) + '' + Math.random());