10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b841d9 commit 0998710Copy full SHA for 0998710
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -421,7 +421,7 @@
421
/* Evaluate in global scope scripts embedded inside the toolbar */
422
eval.call({}, ([].slice.call(el.querySelectorAll('script')).map(function (script) {
423
return script.firstChild.nodeValue;
424
- }).join('\n')));
+ }).join(';\n')));
425
426
4053 el.style.display = -1 !== xhr.responseText.indexOf('sf-toolbarreset') ? 'block' : 'none';
427
0 commit comments