Skip to content

Commit

Permalink
Updated jQuery to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jun 6, 2014
1 parent 469ff03 commit 7890eb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion public/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
*
* It's not advisable to add code directly here, but if you do, it will appear
* at the bottom of the compiled file.
*
* If you are planning to include all custom JavaScript inside main.js then
* you don't have touch this file at all, otherwise "require" additional
* scripts down below using //= filename.js notation.
*/

//= require lib/jquery-2.1.0.min
//= require lib/jquery-2.1.1.min
//= require lib/bootstrap.min
//= require main
Loading

0 comments on commit 7890eb5

Please sign in to comment.