Update logger.html.twig

This commit is contained in:
Maxime COLIN 2015-04-04 23:40:04 +02:00
parent af548e4948
commit c0ef55219d

View File

@ -110,6 +110,7 @@
{% macro display_message(log_index, log, is_deprecation) %}
{% if is_deprecation %}
{% set stack = log.context.stack|default([]) %}
{% set id = 'sf-call-stack-' ~ log_index %}
{% if stack %}
<a href="#" onclick="Sfjs.toggle('{{ id }}', document.getElementById('{{ id }}-on'), document.getElementById('{{ id }}-off')); return false;">