8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33bf07 commit f0897b6Copy full SHA for f0897b6
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig
@@ -1,5 +1,5 @@
1
<!-- START of Symfony Web Debug Toolbar -->
2
-<div id="sfMiniToolbar-{{ token }}" class="sf-minitoolbar" data-no-turbolink>
+<div id="sfMiniToolbar-{{ token }}" class="sf-minitoolbar" data-no-turbolink data-turbo="false">
3
<button type="button" title="Show Symfony toolbar" id="sfToolbarMiniToggler-{{ token }}" accesskey="D" aria-expanded="false" aria-controls="sfToolbarMainContent-{{ token }}">
4
{{ include('@WebProfiler/Icon/symfony.svg') }}
5
</button>
0 commit comments