From 64033a89a8b409a3b71382d8b328aa239caad428 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 11 Nov 2009 19:51:33 -0800 Subject: examples/rails_app-2.3.4: smaller JavaScript footprint We'll be pulling in other JS files, too, so avoid pulling in too much. --- examples/rails_app-2.3.4/app/views/files/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/rails_app-2.3.4') diff --git a/examples/rails_app-2.3.4/app/views/files/index.html.erb b/examples/rails_app-2.3.4/app/views/files/index.html.erb index fe7cfc5..4982076 100644 --- a/examples/rails_app-2.3.4/app/views/files/index.html.erb +++ b/examples/rails_app-2.3.4/app/views/files/index.html.erb @@ -2,7 +2,8 @@ upr test, http://upr.bogomips.org/ - <%= javascript_include_tag :all %> + <%= javascript_include_tag :defaults %> + <%= javascript_include_tag 'upr' %>