merged branch bmatzner/patch-1 (PR #2459)

Commits
-------

c46fe16 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)

Discussion
----------

[WebProfilerBundle] Adding "sf-toolbar" class to toolbar wrapper to make it possible to check

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)
This commit is contained in:
Fabien Potencier 2011-10-24 22:47:47 +02:00
commit b112ef5fdc

View File

@ -1,4 +1,4 @@
<div id="sfwdt{{ token }}" style="display: none"></div>
<div id="sfwdt{{ token }}" class="sf-toolbar" style="display: none"></div>
<script type="text/javascript">/*<![CDATA[*/
(function () {
var wdt, xhr;