Skip to content

Commit

Permalink
Merge pull request #2622 from tvdeyen/7.0-menubar-disable-turbolinks
Browse files Browse the repository at this point in the history
[7.0] Disable Turbolinks on menubar
  • Loading branch information
tvdeyen authored Nov 28, 2023
2 parents 2aa7b47 + 88dd357 commit 27a994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/alchemy/_menubar.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if !@preview_mode && @page && can?(:edit_content, @page) %>
<div id="alchemy_menubar" style="display: none" data-turbo="false">
<div id="alchemy_menubar" style="display: none" data-turbo="false" data-turbolinks="false">
<ul>
<li><%= link_to Alchemy.t(:to_alchemy), alchemy.admin_dashboard_url %></li>
<li><%= link_to Alchemy.t(:edit_page), alchemy.edit_admin_page_url(@page) %></li>
Expand Down

0 comments on commit 27a994e

Please sign in to comment.