8000 bug #20717 Fix hide button in toolbar (nicolasdewez) · symfony/symfony@5e77aac · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e77aac

Browse files
committed
bug #20717 Fix hide button in toolbar (nicolasdewez)
This PR was merged into the 3.2 branch. Discussion ---------- Fix hide button in toolbar | Q | A | ------------- | --- | Branch? | "3.2" | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | | License | MIT | Doc PR | Commits ------- 22e5668 Fix hide button in toolbar
2 parents b5520e9 + 22e5668 commit 5e77aac

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 7609 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)
0