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 Symfony Web Debug Toolbar -->
2
2
{% if ' normal' != position %}
3
3
<div id =" sfMiniToolbar-{{ token }}" class =" sf-minitoolbar" data-no-turbolink >
4
- <a href =" javascript:void(0);" title =" Show Symfony toolbar" onclick ="
4
+ <a href =" javascript:void(0);" title =" Show Symfony toolbar" tabindex = " -1 " accesskey = " D " onclick ="
5
5
var elem = this.parentNode;
6
6
if (elem.style.display == 'none') {
7
7
document.getElementById('sfToolbarMainContent-{{ token }}').style.display = 'none';
36
36
{% endfor %}
37
37
38
38
{% if ' normal' != position %}
39
- <a class =" hide-button" title =" Close Toolbar" onclick ="
39
+ <a class =" hide-button" title =" Close Toolbar" tabindex = " -1 " accesskey = " D " onclick ="
40
40
var p = this.parentNode;
41
41
p.style.display = 'none';
42
42
(p.previousElementSibling || p.previousSibling).style.display = 'none';
You can’t perform that action at this time.
0 commit comments