Skip to content

Commit

Permalink
[WebProfilerBundle] Fix assignment to constant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed May 4, 2024
1 parent 5ce3912 commit 7537988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Profiler/base_js.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
tab.addEventListener('click', function(e) {
const activeTab = e.target || e.srcElement;
let activeTab = e.target || e.srcElement;
/* needed because when the tab contains HTML contents, user can click */
/* on any of those elements instead of their parent '<button>' element */
Expand Down

0 comments on commit 7537988

Please sign in to comment.