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 1b80728 commit 93df984Copy full SHA for 93df984
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