There was an error while loading. Please reload this page.
1 parent 059a63d commit 3038b6dCopy full SHA for 3038b6d
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -164,7 +164,7 @@
164
var self = this;
165
166
/* prevent logging AJAX calls to static and inline files, like templates */
167
- if (url.substr(0, 1) === '/' && !url.substr(0, 8) !== '/bundles') {
+ if (url.substr(0, 1) === '/' && url.substr(0, 8) !== '/bundles') {
168
var stackElement = {
169
loading: true,
170
error: false,
0 commit comments