File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!-- START of Symfony2 Web Debug Toolbar -->
2
2
{% if ' normal' != position %}
3
- <div id =" sfMiniToolbar-{{ token }}" class =" sf-minitoolbar" >
3
+ <div id =" sfMiniToolbar-{{ token }}" class =" sf-minitoolbar" data-no-turbolink >
4
4
<a href =" javascript:void(0);" title =" Show Symfony toolbar" onclick ="
5
5
var elem = this.parentNode;
6
6
if (elem.style.display == 'none') {
24
24
<div id =" sfToolbarClearer-{{ token }}" style =" clear: both; height: 38px;" ></div >
25
25
{% endif %}
26
26
27
- <div id =" sfToolbarMainContent-{{ token }}" class =" sf-toolbarreset" >
27
+ <div id =" sfToolbarMainContent-{{ token }}" class =" sf-toolbarreset" data-no-turbolink >
28
28
{% for name , template in templates %}
29
29
{{ template.renderblock (' toolbar' , {
30
30
' collector' : profile.getcollector (name ),
You can’t perform that action at this time.
0 commit comments