Skip to content

Commit

Permalink
Fixed layout issues in version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Jul 12, 2011
1 parent 766a1ca commit 30cdcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VERSION_COMPATIBILITY.rdoc
Expand Up @@ -31,8 +31,8 @@

2. Run the Remotipart generator to add jquery.remotipart.js to public/javascripts/

rails g remotipart
rails g remotipart

3. Add the Javascript files for jQuery, the Rails jQuery driver, jQuery Form plugin, and Remotipart to your template, making sure to include jquery.remotipart.js *after* jQuery and the Rails jQuery driver

<%= javascript_include_tag 'jquery-1.4.4.min', 'rails', 'jquery.form', 'jquery.remotipart' %>
<%= javascript_include_tag 'jquery-1.4.4.min', 'rails', 'jquery.form', 'jquery.remotipart' %>

0 comments on commit 30cdcbe

Please sign in to comment.