Mercurial > zeropaste
diff app/views/layouts/application.html.erb @ 222:9bc35555d3e3
Use external jquery instead of rails' builtin
Saves bandwidth and (hopefully) improves speed.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 12 May 2013 12:38:03 +0900 |
parents | e043da06b85f |
children | 5d084a9716ca |
line wrap: on
line diff
--- a/app/views/layouts/application.html.erb Sun May 12 12:25:27 2013 +0900 +++ b/app/views/layouts/application.html.erb Sun May 12 12:38:03 2013 +0900 @@ -25,6 +25,7 @@ </div> </div> + <%= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %> <%= javascript_include_tag "application" %> </body> </html>