coliver 2004/01/30 15:56:18
Modified: src/blocks/woody/samples/v2 woody_flow_example.js
Log:
fix sample
Revision Changes Path
1.4 +0 -4
cocoon-2.1/src/blocks/woody/samples/v2/woody_flow_example.js
Index: woody_flow_example.js
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/samples/v2/woody_flow_example.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- woody_flow_example.js 30 Jan 2004 23:53:25 -0000 1.3
+++ woody_flow_example.js 30 Jan 2004 23:56:18 -0000 1.4
@@ -163,10 +163,6 @@
//
form.showForm("form1-display-pipeline");
print("cowheight = "+wid.cowheight.value);
- if (wid.cowheight.value == 2) {
- wid.cowheight.setValidationError("cowheight cannot be 2");
- form.redisplay();
- }
}
function selectCar() {