[Movecommons-commits] r585 - trunk/src
Mario Gallegos
mgallegos at ourproject.org
Wed Nov 7 20:24:32 CET 2012
Author: mgallegos
Date: 2012-11-07 20:24:32 +0100 (Wed, 07 Nov 2012)
New Revision: 585
Modified:
trunk/src/mc-dia-form2.js
Log:
Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js 2012-11-07 16:57:57 UTC (rev 584)
+++ trunk/src/mc-dia-form2.js 2012-11-07 19:24:32 UTC (rev 585)
@@ -982,9 +982,9 @@
if($j("#other-license").attr("checked")){
$j('#other-license-website').show();
$j('#infield-other-license-website').show();
- if($j("#creative-commons").attr("checked")){
- $j('#other-license-website').hide();
- $j('#infield-other-license-website').hide();
+ if($j("#creative-commons").attr("checked")){
+ $j('#creative-commons-website').hide();
+ $j('#infield-creative-commons-website').hide();
$j('#creative-commons').removeAttr('checked');
}
}
More information about the Movecommons-commits
mailing list