Author: rgardler
Date: Fri Dec  9 21:02:25 2011
New Revision: 1212629

URL: http://svn.apache.org/viewvc?rev=1212629&view=rev
Log:
comment improvement only

Modified:
    
incubator/wookie/trunk/widgets/templates/walkthrough/scripts/walkthrough_controller.js

Modified: 
incubator/wookie/trunk/widgets/templates/walkthrough/scripts/walkthrough_controller.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/scripts/walkthrough_controller.js?rev=1212629&r1=1212628&r2=1212629&view=diff
==============================================================================
--- 
incubator/wookie/trunk/widgets/templates/walkthrough/scripts/walkthrough_controller.js
 (original)
+++ 
incubator/wookie/trunk/widgets/templates/walkthrough/scripts/walkthrough_controller.js
 Fri Dec  9 21:02:25 2011
@@ -200,8 +200,8 @@ var ${widget.shortname}_walkthrough_cont
             {   
                 //$('#the_actions').attr('value',text); 
                 //$('#actions_form').submit();
-                alert('Actions to copy\r\n\r\n'+text+'\r\n'); // alt that 
doesn't use php but requires cut n paste
-                }
+                alert('Actions to copy\r\n\r\n'+text+'\r\n'); // alt that 
doesn't use server side script but requires cut n paste
+            }
             return false;
         });
     }


Reply via email to