Skip to content

Commit ae16f88

Browse files
authored
Increase compatibility of debug toolbar compatibility with Turbo
1 parent 36a6ee5 commit ae16f88

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

0 commit comments

Comments
 (0)