Skip to content

Commit

Permalink
fix firefox crash (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly authored Nov 24, 2023
1 parent fa3b7d8 commit 9d9959c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ html lang="fr"

= stylesheet_link_tag '//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css'
= stylesheet_link_tag 'application'
= javascript_importmap_tags
= csrf_meta_tags
body
= render 'shared/navbar'
Expand All @@ -28,6 +27,5 @@ html lang="fr"
= link_to t('project_on_github'), 'https://github.com/parisrb/rubyparis.org'
= link_to t('contact_maintainer'), 'https://twitter.com/happynoff'

= 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'
script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js"
script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.2/js/bootstrap.min.js"

0 comments on commit 9d9959c

Please sign in to comment.