rename variable displayText

This commit is contained in:
2021-08-16 10:19:53 +02:00
parent 2d2bb117ca
commit 1b3904f8e3
4 changed files with 7 additions and 7 deletions

View File

@@ -60,8 +60,8 @@
window.buttonSize = '{{ buttonSize|e('js') }}';
{% endif %}
{% if buttonDisplay is defined and buttonDisplay == false %}
window.buttonDisplay = false;
{% if buttonDisplayText is defined and buttonDisplayText == false %}
window.buttonDisplayText = false;
{% endif %}
{% if binModalStep1 is defined and binModalStep1 == false %}

View File

@@ -208,7 +208,7 @@ This view should receive those arguments:
modalTitle: 'Edit address', buttonText: 'Edit address',
buttonType: 'btn-update',
buttonSize: 'btn-sm',
buttonDisplay: false
buttonDisplayText: false
} %}
</li>
<li class="list-inline-item">