# HG changeset patch # User Edho Arief # Date 1368329883 -32400 # Node ID 9bc35555d3e33e43e68b4442175289282e9597e3 # Parent 0f9f29274663c2d19daf28cabed31295ad37de23 Use external jquery instead of rails' builtin Saves bandwidth and (hopefully) improves speed. diff -r 0f9f29274663 -r 9bc35555d3e3 app/assets/javascripts/application.js --- a/app/assets/javascripts/application.js Sun May 12 12:25:27 2013 +0900 +++ b/app/assets/javascripts/application.js Sun May 12 12:38:03 2013 +0900 @@ -10,7 +10,6 @@ // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD // GO AFTER THE REQUIRES BELOW. // -//= require jquery //= require jquery_ujs //= require twitter/bootstrap/tab //= require twitter/bootstrap/button diff -r 0f9f29274663 -r 9bc35555d3e3 app/views/layouts/application.html.erb --- 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 @@ + <%= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %> <%= javascript_include_tag "application" %>