changeset 216:e043da06b85f

Load javascript last.
author Edho Arief <edho@myconan.net>
date Sun, 12 May 2013 02:48:43 +0900
parents 0e52170b7b6a
children cbd5819d7468
files app/views/layouts/application.html.erb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/layouts/application.html.erb	Sun May 12 02:47:56 2013 +0900
+++ b/app/views/layouts/application.html.erb	Sun May 12 02:48:43 2013 +0900
@@ -4,7 +4,6 @@
     <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
     <title><%= html_title %></title>
     <%= stylesheet_link_tag    "application", :media => "all" %>
-    <%= javascript_include_tag "application" %>
   </head>
   <body>
 
@@ -26,5 +25,6 @@
       </div>
     </div>
 
+    <%= javascript_include_tag "application" %>
   </body>
 </html>