Skip to content

Commit 9fcd7c0

Browse files
committed
Fixed script declaration
1 parent 3ef0029 commit 9fcd7c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

view/adminhtml/email/form.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--@vars {
2+
"var type": "Transaction type",
3+
"var amount": "Amount",
4+
"var total": "Total",
5+
"var order": "Order",
6+
"var transaction": "Transaction"
7+
} @-->
18
<table class="message-details">
29
<tr>
310
<td><b>{{trans "Transaction:"}}</b></td>

view/adminhtml/templates/create.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="anet_webhooks">
22
<button type="button"><span>Create Webhooks</span></button>
3-
<script type="text/javascript">// <![CDATA[
3+
<script>// <![CDATA[
44
require([
55
'jquery',
66
'Magento_Ui/js/modal/alert'

0 commit comments

Comments
 (0)