Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Nov 12, 2024
1 parent 884ca1e commit c0ea53a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icon.png">

= stylesheet_link_tag :app, 'data-turbo-track': 'reload'

-# %script{ src: 'https://cdn.jsdelivr.net/npm/jquery@1.11.3/dist/jquery.js' }
-# %script{ src: 'https://cdn.jsdelivr.net/npm/jquery-ui@1.13.2/dist/jquery-ui.min.js' }
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module", defer: true
= stylesheet_link_tag "application", "data-turbo-track": "reload"

Expand Down

0 comments on commit c0ea53a

Please sign in to comment.