Skip to content

Commit 3038b6d

Browse files
committed
fixed typo
1 parent 059a63d commit 3038b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
var self = this;
165165
166166
/* prevent logging AJAX calls to static and inline files, like templates */
167-
if (url.substr(0, 1) === '/' && !url.substr(0, 8) !== '/bundles') {
167+
if (url.substr(0, 1) === '/' && url.substr(0, 8) !== '/bundles') {
168168
var stackElement = {
169169
loading: true,
170170
error: false,

0 commit comments

Comments
 (0)