Commit 3639180

mo khan <mo@mokhan.ca>
2017-03-08 03:22:41
include gone before the page specific scripts
1 parent a23526c
Changed files (1)
app
app/views/layouts/application.html.erb
@@ -17,9 +17,9 @@
     <%= render partial: 'loading' %>
     <%= yield %>
     <%= render partial: 'footer' %>
+    <%= include_gon %>
     <script type="text/javascript" charset="utf-8">
       <%= content_for :javascript %>
     </script>
-    <%= include_gon %>
   </body>
 </html>