comanage-dev - [comanage-dev] r612 - registry/trunk/app/View/CoPetitions
Subject: COmanage Developers List
List archive
- From:
- To:
- Subject: [comanage-dev] r612 - registry/trunk/app/View/CoPetitions
- Date: Fri, 27 Sep 2013 14:15:34 -0400
Author: benno
Date: 2013-09-27 14:15:34 -0400 (Fri, 27 Sep 2013)
New Revision: 612
Modified:
registry/trunk/app/View/CoPetitions/petition-attributes.inc
Log:
Disable petition submit button if "I Agree" unchecked (CO-702)
Modified: registry/trunk/app/View/CoPetitions/petition-attributes.inc
===================================================================
--- registry/trunk/app/View/CoPetitions/petition-attributes.inc 2013-09-24
13:59:08 UTC (rev 611)
+++ registry/trunk/app/View/CoPetitions/petition-attributes.inc 2013-09-27
18:15:34 UTC (rev 612)
@@ -113,6 +113,9 @@
if(allagreed) {
$(":submit").removeAttr('disabled');
+ } else {
+ // Reset disabled in case "I Agree" was unchecked
+ $(":submit").attr('disabled', true);
}
}
- [comanage-dev] r612 - registry/trunk/app/View/CoPetitions, svnlog, 09/27/2013
Archive powered by MHonArc 2.6.16.