mirror of
https://github.com/tabler/tabler.git
synced 2026-07-27 13:34:37 +04:00
development env fix
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{% assign data = site.data.charts[data.extend] | concat_objects: site.data.charts[include.chart-id] %}
|
||||
{% endif %}
|
||||
|
||||
<div id="chart-{{ id }}" {% if class %} class="{{ class }}" {% endif %}{% if data.debug and jekyll.environment == 'production' %} style="outline: 1px solid red" {% endif %}></div>
|
||||
<div id="chart-{{ id }}" {% if class %} class="{{ class }}" {% endif %}{% if data.debug and jekyll.environment == 'development' %} style="outline: 1px solid red" {% endif %}></div>
|
||||
|
||||
{% append_lib apexcharts %}
|
||||
{% capture script %}
|
||||
|
||||
Reference in New Issue
Block a user