We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057a396 commit 19a81ecCopy full SHA for 19a81ec
1 file changed
app/views/layouts/print_reports.html.erb
@@ -5,7 +5,7 @@
5
<title>
6
<%= page_title %>
7
</title>
8
- <%= javascript_include_tag url_with_possible_host('/packs/application-styles.js', ENV['ASSETS_HOST']) %>
+ <%= javascript_include_tag url_with_possible_host('/packs/application-styles.js', ENV['ASSETS_HOST'], type: 'module') %>
9
<meta content="width=device-width, initial-scale=1" name="viewport"/>
10
</head>
11
<body>
0 commit comments