Skip to content

Commit

Permalink
add type module to fix firefox crash
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Nov 23, 2023
1 parent fa3b7d8 commit c689cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ html lang="fr"

= javascript_include_tag '//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'
= javascript_include_tag '//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js'
= javascript_include_tag 'application'
= javascript_include_tag 'application', type: 'module'

0 comments on commit c689cbc

Please sign in to comment.