mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Add semicolon to button js
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user