Skip to content

Commit

Permalink
Merge pull request #2947 from tvdeyen/backport/7.2-stable/pr-2944
Browse files Browse the repository at this point in the history
[7.2-stable] Disable Turbo Prefetch in Admin
  • Loading branch information
tvdeyen authored Jun 27, 2024
2 parents faa3cfc + b1308b4 commit 6de4985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/alchemy/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<%= csrf_meta_tag %>
<meta name="robots" content="noindex">
<meta name="alchemy-icon-sprite" content="<%= asset_path("remixicon.symbol.svg") %>">
<meta name="turbo-prefetch" content="false">
<%= stylesheet_link_tag('alchemy/admin/all', media: 'screen', 'data-turbo-track' => true) %>
<%= stylesheet_link_tag('alchemy/print', media: 'print', 'data-turbo-track' => true) %>
<%= yield :stylesheets %>
Expand Down

0 comments on commit 6de4985

Please sign in to comment.