mirror of
https://github.com/internetee/registry.git
synced 2025-05-30 01:20:04 +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)
|
%title= t(:registrant_head_title)
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
= stylesheet_link_tag 'registrant-manifest', media: 'all'
|
= stylesheet_link_tag 'registrant-manifest', media: 'all'
|
||||||
= javascript_include_tag 'registrant-manifest'
|
|
||||||
= favicon_link_tag 'favicon.ico'
|
= favicon_link_tag 'favicon.ico'
|
||||||
%body
|
%body
|
||||||
/ Fixed navbar
|
/ Fixed navbar
|
||||||
|
@ -52,3 +51,4 @@
|
||||||
.col-md-6.text-right
|
.col-md-6.text-right
|
||||||
Version
|
Version
|
||||||
= CURRENT_COMMIT_HASH
|
= CURRENT_COMMIT_HASH
|
||||||
|
= javascript_include_tag 'registrant-manifest', async: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue