Skip to content

Commit 55e6706

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: [Console] Windows Test Error - change completecar for windows for passing test Increase compatibility of debug toolbar compatibility with Turbo
2 parents 9f20e15 + ae16f88 commit 55e6706

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
@@ -414,11 +414,7 @@
414414
renderAjaxRequests: renderAjaxRequests,
415415
416416
getSfwdt: function(token) {
417-
if (!this.sfwdt) {
418-
this.sfwdt = document.getElementById('sfwdt' + token);
419-
}
420-
421-
return this.sfwdt;
417+
return document.getElementById('sfwdt' + token);
422418
},
423419
424420
load: function(selector, url, onSuccess, onError, options) {

0 commit comments

Comments
 (0)