Add semicolon to button js

This commit is contained in:
Stephen Abello
2021-02-17 10:24:44 +01:00
parent 5e56a08768
commit ea04a6e1c9

View File

@@ -2,7 +2,7 @@
{% if oUIBlock.GetOnClickJsCode() is not empty %}
$('#{{ oUIBlock.GetId() }}').on('click', function () {
{{ oUIBlock.GetOnClickJsCode()|raw }}
})
});
{% endif %}
{% if oUIBlock.GetJsCode() is not empty %}
{{ oUIBlock.GetJsCode()|raw }}