Cleanup Jquery

This commit is contained in:
Gusted
2020-11-25 17:21:20 +01:00
parent d10079b643
commit 66f8a4c981
9 changed files with 60 additions and 14 deletions

View File

@ -17,7 +17,7 @@
{% assign text = label_data[1] %}
{% assign tooltip = label_data[2] | default: "" %}
{% assign help_icon = '<i class="far fa-question-circle"></i>' %}
<span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" title="{{ tooltip }}">{{text}} {{ help_icon
<span class="badge badge-{{color}}" {% if tooltip %} data-toggle="tooltip" data-original-title="{{ tooltip }}">{{text}} {{ help_icon
}}
{% else %}
>{{text}}