8000 bug #18883 Fix js comment in profiler (linnaea) · symfony/symfony@5dcbbd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5dcbbd0

Browse files
committed
bug #18883 Fix js comment in profiler (linnaea)
This PR was merged into the 2.7 branch. Discussion ---------- Fix js comment in profiler | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Single line comment introduced in #18413 causes the toolbar to fail to load with a syntax error. Commits ------- 91a2f5d Fix js comment in profiler
2 parents eac5868 + 91a2f5d commit 5dcbbd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
requestStack = [],
8282
8383
extractHeaders = function(xhr, stackElement) {
84-
// Here we avoid to call xhr.getResponseHeader in order to
85-
// prevent polluting the console with CORS security errors
84+
/* Here we avoid to call xhr.getResponseHeader in order to */
85+
/* prevent polluting the console with CORS security errors */
8686
var allHeaders = xhr.getAllResponseHeaders();
8787
var ret;
8888

0 commit comments

Comments
 (0)
0