Skip to content

Commit

Permalink
Merge branch 'master' of github.com:marlonglopes/upload
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonglopes committed Dec 1, 2010
2 parents 4fc5548 + 291477e commit 7fadcca
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/layouts/application.html.erb
Expand Up @@ -4,9 +4,10 @@
<head>
<title><%= h(yield(:title) || "Untitled") %></title>

<%= stylesheet( 'application', 'uploadify') %>
<%= javascript( 'jquery-1.4.2.min') %>
<%= stylesheet_link_tag 'application' %>
<%= stylesheet( 'application', 'uploadify') %>
<%= javascript( 'jquery-1.3.2.min') %>
<%= yield(:head) %>
</head>
Expand Down
19 changes: 19 additions & 0 deletions public/javascripts/jquery-1.3.2.min.js

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions public/javascripts/uploadify/jquery.uploadify.v2.1.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fadcca

Please sign in to comment.