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 ed7d7aa commit 9750a6bCopy full SHA for 9750a6b
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig
@@ -6,7 +6,7 @@
6
</div>
7
<div id="sfToolbarClearer-{{ token }}" class="sf-toolbar-clearer"></div>
8
9
-<div id="sfToolbarMainContent-{{ token }}" class="sf-toolbarreset clear-fix" data-no-turbolink>
+<div id="sfToolbarMainContent-{{ token }}" class="sf-toolbarreset clear-fix" data-no-turbolink data-turbo="false">
10
{% for name, template in templates %}
11
{% if block('toolbar', template) is defined %}
12
{% with {
0 commit comments