[Movecommons-commits] r601 - trunk/src

Mario Gallegos mgallegos at ourproject.org
Tue Feb 5 00:14:45 CET 2013


Author: mgallegos
Date: 2013-02-05 00:14:44 +0100 (Tue, 05 Feb 2013)
New Revision: 601

Modified:
   trunk/src/mc-dia-form2.js
Log:
CLOSED - Defect #500: The RC areas should be disabled until I click Yes/No

Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js	2013-02-04 22:42:27 UTC (rev 600)
+++ trunk/src/mc-dia-form2.js	2013-02-04 23:14:44 UTC (rev 601)
@@ -348,7 +348,7 @@
 		var cat_id = "#mc-cat-rc-option-box-" + $id;
 		$j(cat_id + ",#mc-cat-rc-option-icon-" + $id).click(
 			function (event) {
-				if($j('#rc-checkbox').val()=='A'){    	
+				if($j('#rc-checkbox').val()!='S'){    	
 					$j('#step5question').effect("shake", { times:3 }, 50);
 						return;
 				}		      




More information about the Movecommons-commits mailing list