Skip to content

Commit 22e5668

Browse files
author
Nicolas Dewez
committed
Fix hide button in toolbar
1 parent b5520e9 commit 22e5668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_js.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767
};
6868
}
69-
Sfjs.addEventListener(document.getElementById('sfToolbarHideButton-{{ token }}'), 'click', function () {
69+
Sfjs.addEventListener(document.getElementById('sfToolbarHideButton-{{ token }}'), 'click', function (event) {
7070
event.preventDefault();
7171
7272
var p = this.parentNode;

0 commit comments

Comments
 (0)