about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rails_app-2.3.4')
-rw-r--r--examples/rails_app-2.3.4/app/views/files/index.html.erb3
1 files changed, 2 insertions, 1 deletions
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 @@
   <head>
     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
     <title>upr test, http://upr.bogomips.org/</title>
-    <%= javascript_include_tag :all %>
+    <%= javascript_include_tag :defaults %>
+    <%= javascript_include_tag 'upr' %>
 <style type="text/css">
 #progress-bar {
   width:500px;