Mercurial > zeropaste
comparison 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 |
comparison
equal
deleted
inserted
replaced
221:0f9f29274663 | 222:9bc35555d3e3 |
---|---|
23 </div> | 23 </div> |
24 </div> | 24 </div> |
25 </div> | 25 </div> |
26 </div> | 26 </div> |
27 | 27 |
28 <%= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %> | |
28 <%= javascript_include_tag "application" %> | 29 <%= javascript_include_tag "application" %> |
29 </body> | 30 </body> |
30 </html> | 31 </html> |