mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Load JS in async mode before closing <body>
This commit is contained in:
parent
e7b377e651
commit
e21de1c42d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
<% end %>
|
||||
<%= csrf_meta_tags %>
|
||||
<%= stylesheet_link_tag 'registrar-manifest', media: 'all' %>
|
||||
<%= javascript_include_tag 'registrar-manifest' %>
|
||||
<%= favicon_link_tag 'favicon.ico' %>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -59,5 +58,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<%= javascript_include_tag 'registrar-manifest', async: true %>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue