[Movecommons-commits] r482 - trunk/src

Mario Gallegos mgallegos at ourproject.org
Tue Jun 5 21:16:10 CEST 2012


Author: mgallegos
Date: 2012-06-05 21:16:09 +0200 (Tue, 05 Jun 2012)
New Revision: 482

Modified:
   trunk/src/mc-dia-form2.js
Log:


Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js	2012-06-05 19:13:39 UTC (rev 481)
+++ trunk/src/mc-dia-form2.js	2012-06-05 19:16:09 UTC (rev 482)
@@ -12,7 +12,7 @@
 			$("#registered-non-profit").removeAttr("disabled");
 			$("#open-accounting").removeAttr("disabled");
 			$("#accept-donations").removeAttr("disabled");
-			$j("#mc-form-optional-non-profit").effect("shake", { times:2 }, 300);
+			$j("#mc-form-optional-non-profit").effect("shake", { times:1 }, 200);
 		}
 		if(id=='rp'){
 			$("#terms-of-use").removeAttr("disabled");
@@ -22,7 +22,7 @@
 			$("#projects-and-results").removeAttr("disabled");
 			$("#methods-procedures").removeAttr("disabled");
 			$("#documentation").removeAttr("disabled");
-			$j("#mc-form-optional-reproducible").effect("shake", { times:2 }, 300);
+			$j("#mc-form-optional-reproducible").effect("shake", { times:1 }, 200);
 		}
 		if(id=='gr'){
 			$("#decisions-general-assemblies").removeAttr("disabled");
@@ -30,10 +30,10 @@
 			$("#representatives-democratically").removeAttr("disabled");						
 			$("#meetings-transparent").removeAttr("disabled");
 			$("#decisions-voting").removeAttr("disabled");
-			$j("#mc-form-optional-grassroots").effect("shake", { times:2 }, 300);
+			$j("#mc-form-optional-grassroots").effect("shake", { times:1 }, 200);
 		}
 		if(id=='rc')
-			$j("#mc-form-optional-reinforcing").effect("shake", { times:2 }, 300);
+			$j("#mc-form-optional-reinforcing").effect("shake", { times:1 }, 200);
 	} 		 
 	else{		
 		$j('#'+id+'-checkbox').val('N');




More information about the Movecommons-commits mailing list