Skip to content

Commit

Permalink
Fix issue with our project import not using AJAX to submit the form, …
Browse files Browse the repository at this point in the history
…this was due to the fix earlier which removed duplicate instances of our JS files.
  • Loading branch information
baphled committed Jul 23, 2010
1 parent ec0b266 commit f9d1e48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/common/_project_import.html.erb
@@ -1,3 +1,7 @@
<% content_for :js_head do %>
<%= javascript_include_tag "jquery.hover.dialog", "form", "jquery.formtastic.tooltips" %>
<% end %>
<% if @imported.blank? or steps_imported? @imported %>
<p>No features to import.</p>
<% else %>
Expand Down
1 change: 1 addition & 0 deletions app/views/stories/_form.html.erb
Expand Up @@ -3,6 +3,7 @@
<br />
<% end %>
<%= render_form_js_includes self, "step" %>
<% content_for :js_head do %>
<%= javascript_include_tag "add_step" %>
<% end %>
Expand Down

0 comments on commit f9d1e48

Please sign in to comment.