8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f51cb commit 045136cCopy full SHA for 045136c
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -548,6 +548,10 @@ if (typeof Sfjs === 'undefined' || typeof Sfjs.loadToolbar === 'undefined') {
548
return;
549
}
550
551
+ if (token !== newToken) {
552
+ var sfwdt = document.getElementById('sfwdt' + token);
553
+ sfwdt.id='sfwdt' + newToken
554
+ }
555
that.initToolbar(newToken);
556
557
/* Handle toolbar-info position */
0 commit comments