8000 [WebProfilerBundle] Disable Turbo for debug toolbar links · symfony/symfony@f0897b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0897b6

Browse files
committed
[WebProfilerBundle] Disable Turbo for debug toolbar links
1 parent b33bf07 commit f0897b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- START of Symfony Web Debug Toolbar -->
2-
<div id="sfMiniToolbar-{{ token }}" class="sf-minitoolbar" data-no-turbolink>
2+
<div id="sfMiniToolbar-{{ token }}" class="sf-minitoolbar" data-no-turbolink data-turbo="false">
33
<button type="button" title="Show Symfony toolbar" id="sfToolbarMiniToggler-{{ token }}" accesskey="D" aria-expanded="false" aria-controls="sfToolbarMainContent-{{ token }}">
44
{{ include('@WebProfiler/Icon/symfony.svg') }}
55
</button>

0 commit comments

Comments
 (0)
0