Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d9bb4ff

Browse filesBrowse files
wouterjfabpot
authored andcommitted
Reverted Sfjs.toggle change
1 parent 6aaefd8 commit d9bb4ff
Copy full SHA for d9bb4ff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
var i,
9191
style,
9292
tmp = elOn.style.display,
93-
el = selector.nodeName ? selector : document.getElementById(selector);
93+
el = document.getElementById(selector);
9494
9595
elOn.style.display = elOff.style.display;
9696
elOff.style.display = tmp;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.