[Movecommons-commits] r478 - trunk/src
Mario Gallegos
mgallegos at ourproject.org
Tue Jun 5 21:02:14 CEST 2012
Author: mgallegos
Date: 2012-06-05 21:02:14 +0200 (Tue, 05 Jun 2012)
New Revision: 478
Modified:
trunk/src/mc-dia-form2.js
Log:
Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js 2012-06-05 18:46:21 UTC (rev 477)
+++ trunk/src/mc-dia-form2.js 2012-06-05 19:02:14 UTC (rev 478)
@@ -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:3 }, 100);
+ $j("#mc-form-optional-non-profit").effect("shake", { times:2 }, 300);
}
if(id=='rp'){
$("#terms-of-use").removeAttr("disabled");
@@ -22,14 +22,18 @@
$("#projects-and-results").removeAttr("disabled");
$("#methods-procedures").removeAttr("disabled");
$("#documentation").removeAttr("disabled");
+ $j("#mc-form-optional-reproducible").effect("shake", { times:2 }, 300);
}
if(id=='gr'){
$("#decisions-general-assemblies").removeAttr("disabled");
$("#decisions-consensus").removeAttr("disabled");
$("#representatives-democratically").removeAttr("disabled");
$("#meetings-transparent").removeAttr("disabled");
- $("#decisions-voting").removeAttr("disabled");
+ $("#decisions-voting").removeAttr("disabled");
+ $j("#mc-form-optional-grassroots").effect("shake", { times:2 }, 300);
}
+ if(id=='rc')
+ $j("#mc-form-optional-reinforcing").effect("shake", { times:2 }, 300);
}
else{
$j('#'+id+'-checkbox').val('N');
More information about the Movecommons-commits
mailing list