From c896205f3f9fcc49f2f5e5fb5e309130fb09d061 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Nov 2010 14:47:40 +0800 Subject: [PATCH] Roo/form/Action.js --- Roo/form/Action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/Action.js b/Roo/form/Action.js index 73837f7eae..18f322a955 100644 --- a/Roo/form/Action.js +++ b/Roo/form/Action.js @@ -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()); -- 2.39.2