mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Load JS in async mode
This commit is contained in:
parent
8e95131a07
commit
2c73154948
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
%title= t(:registrant_head_title)
|
||||
= csrf_meta_tags
|
||||
= stylesheet_link_tag 'registrant-manifest', media: 'all'
|
||||
= javascript_include_tag 'registrant-manifest'
|
||||
= favicon_link_tag 'favicon.ico'
|
||||
%body
|
||||
/ Fixed navbar
|
||||
|
@ -52,3 +51,4 @@
|
|||
.col-md-6.text-right
|
||||
Version
|
||||
= CURRENT_COMMIT_HASH
|
||||
= javascript_include_tag 'registrant-manifest', async: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue