Skip to content

Commit

Permalink
Remove debugging leftover.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeperez committed Jul 31, 2019
1 parent eee050b commit 2ad2331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/templates/logout-iframe.twig
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<li id="sp-{{ key }}" data-id="{{ key }}" data-status="{{ sp['status'] }}"
{#- #} data-timeout="{{ timeout }}">
<span class="fa-li"><i id="icon-{{ key }}" class="fa fa-{{ icon }}"></i></span>
{{ name }} ({{ sp['status'] }})
{{ name }}
{%- if sp['status'] != 'completed' and sp['status'] != 'failed' %}
{%- if type == 'nojs' %}

Expand Down Expand Up @@ -96,4 +96,4 @@
{% block postload %}

<script type="application/javascript" src="{{ asset('js/logout.js') }}"></script>
{% endblock postload %}
{% endblock postload %}

0 comments on commit 2ad2331

Please sign in to comment.