Skip to content

Commit

Permalink
Merge remote-tracking branch 'jdufresne/unused-css'
Browse files Browse the repository at this point in the history
* jdufresne/unused-css:
  Remove unused DOM class djDebugProfileRow
  • Loading branch information
matthiask committed Dec 9, 2019
2 parents 5ed98bc + 8595765 commit 682b206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</thead>
<tbody>
{% for call in func_list %}
<tr class="{% cycle 'djDebugOdd' 'djDebugEven' %} djDebugProfileRow{% for parent_id in call.parent_ids %} djToggleDetails_{{ parent_id }}{% endfor %}" id="profilingMain_{{ call.id }}">
<tr class="{% cycle 'djDebugOdd' 'djDebugEven' %}{% for parent_id in call.parent_ids %} djToggleDetails_{{ parent_id }}{% endfor %}" id="profilingMain_{{ call.id }}">
<td>
<div style="padding-left:{{ call.indent }}px">
{% if call.has_subfuncs %}
Expand Down

0 comments on commit 682b206

Please sign in to comment.