Skip to content

Commit

Permalink
Merge pull request #2 from qnm/patch-1.
Browse files Browse the repository at this point in the history
Correcting the javsacript include name.
  • Loading branch information
liangzan committed May 4, 2011
2 parents 4514640 + 431b711 commit 47c84b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ After that you need to add this to your application layout
<pre>
<head>
<%= javascript_include_tag 'livevalidation-1.3.min' %>
<%= javascript_include_tag 'formtastic_validation-0.1.3.min' %>
<%= javascript_include_tag 'formtastic_validation-0.1.4.min' %>
<script type="text/javascript">
function initialize() {
var formtasticValidation = new FormtasticValidation;
Expand Down

0 comments on commit 47c84b2

Please sign in to comment.