-refactoring js files,
-implementing 3 decimal observer -reusing load steps and save steps event -adding settings for xyzSteps -subsection macro default spacing = true
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% macro subSection(title, spaceBefore) %}
|
||||
{% if (spaceBefore) %} <br><br> {% endif %}
|
||||
{% macro subSection(title, spaceBefore = false) %}
|
||||
{% if (not spaceBefore) %} <br><br> {% endif %}
|
||||
<strong>{{ _(title) }}</strong>
|
||||
<hr>
|
||||
{% endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user