[Movecommons-commits] r413 - trunk/src
Mario Gallegos
mgallegos at ourproject.org
Thu May 31 00:12:55 CEST 2012
Author: mgallegos
Date: 2012-05-31 00:12:55 +0200 (Thu, 31 May 2012)
New Revision: 413
Modified:
trunk/src/mc-dia-form2.css
trunk/src/mc-dia-form2.js
Log:
Modified: trunk/src/mc-dia-form2.css
===================================================================
--- trunk/src/mc-dia-form2.css 2012-05-20 01:43:27 UTC (rev 412)
+++ trunk/src/mc-dia-form2.css 2012-05-30 22:12:55 UTC (rev 413)
@@ -39,7 +39,7 @@
font-size: Cantarell, Verdana, sans-serif;
text-align: center;
font-size: 24px;
- text-shadow: 1px 1px 2px #222;
+ /*text-shadow: 1px 1px 2px #222;*/
}
#containerSlides h1 span { color: #a90329; }
Modified: trunk/src/mc-dia-form2.js
===================================================================
--- trunk/src/mc-dia-form2.js 2012-05-20 01:43:27 UTC (rev 412)
+++ trunk/src/mc-dia-form2.js 2012-05-30 22:12:55 UTC (rev 413)
@@ -563,23 +563,14 @@
}
});
- if(!error) {
- if( $j('#password').val() != $j('#cpassword').val() ) {
- $j('#first_step input[type=password]').each(function(){
- $j(this).removeClass('valid').addClass('error');
- $j(this).effect("shake", { times:3 }, 50);
- });
-
- return false;
- } else {
- //update progress bar
- $j('#progress_text').html('33% Complete');
- $j('#progress').css('width','113px');
-
- //slide steps
- $j('#first_step').slideUp();
- $j('#second_step').slideDown();
- }
+ if(!error) {
+ //update progress bar
+ $j('#progress_text').html('25% Complete');
+ $j('#progress').css('width','68px');
+
+ //slide steps
+ $j('#first_step').slideUp();
+ $j('#second_step').slideDown();
} else return false;
});
More information about the Movecommons-commits
mailing list