[Movecommons-commits] r565 - trunk/wp-theme

Mario Gallegos mgallegos at ourproject.org
Thu Nov 1 17:44:05 CET 2012


Author: mgallegos
Date: 2012-11-01 17:44:04 +0100 (Thu, 01 Nov 2012)
New Revision: 565

Modified:
   trunk/wp-theme/mc2-form.php
Log:


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-11-01 16:42:07 UTC (rev 564)
+++ trunk/wp-theme/mc2-form.php	2012-11-01 16:44:04 UTC (rev 565)
@@ -531,17 +531,17 @@
         	//$j(current_step).slideUp();
             //$j(e.key).slideDown();	                        
         	if (e.key=='#first_step') 
-            	alert(e.key + ' ' + current-step);
+            	alert(e.key + ' ' + current_step);
         	else if (e.key=='#second_step') 
-        		alert(e.key + ' ' + current-step);
+        		alert(e.key + ' ' + current_step);
         	else if (e.key=='#third_step') 
-        		alert(e.key + ' ' + current-step);
+        		alert(e.key + ' ' + current_step);
         	else if (e.key=='#fourth_step') 
-        		alert(e.key + ' ' + current-step);
+        		alert(e.key + ' ' + current_step);
         	else if (e.key=='#fifth_step') 
-        		alert(e.key + ' ' + current-step);
+        		alert(e.key + ' ' + current_step);
         	else if (e.key=='#sixth_step') 
-        		alert(e.key + ' ' + current-step);
+        		alert(e.key + ' ' + current_step);
         }        
     });
 




More information about the Movecommons-commits mailing list