Skip to content

Commit fcb67a2

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: [Console] Windows Test Error - change completecar for windows for passing test Increase compatibility of debug toolbar compatibility with Turbo
2 parents 4b40363 + ae16f88 commit fcb67a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Resources/views/Profiler/toolbar_js.html.twig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,7 @@
415415
renderAjaxRequests: renderAjaxRequests,
416416
417417
getSfwdt: function(token) {
418-
if (!this.sfwdt) {
419-
this.sfwdt = document.getElementById('sfwdt' + token);
420-
}
421-
422-
return this.sfwdt;
418+
return document.getElementById('sfwdt' + token);
423419
},
424420
425421
load: function(selector, url, onSuccess, onError, options) {

0 commit comments

Comments
 (0)