8000 Adding "sf-toolbar" class to toolbar wrapper to make it possible to c… · Kiruban2011/symfony@c46fe16 · GitHub
[go: up one dir, main page]

Skip to content

Commit c46fe16

Browse files
author
Bernd Matzner
committed
Adding "sf-toolbar" class to toolbar wrapper to make it possible to check for its existance prior to js instantiation (in order to change page layout when profiler toolbar is enabled)
1 parent 714d032 commit c46fe16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="sfwdt{{ token }}" style="display: none"></div>
1+
<div id="sfwdt{{ token }}" class="sf-toolbar" style="display: none"></div>
22
<script type="text/javascript">/*<![CDATA[*/
33
(function () {
44
var wdt, xhr;

0 commit comments

Comments
 (0)
0