Skip to content

Commit 4739ab4

Browse files
committed
update cdn link
1 parent a443b87 commit 4739ab4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

examples/cdn-es5/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>CDN (no build) - ActiveWidgets/HTML</title>
6-
7-
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>
8-
9-
<link href="https://cdn.activewidgets.com/html/3/ax.css" rel="stylesheet" />
10-
<script src="https://cdn.activewidgets.com/html/3/ax.js"></script>
11-
126
<link href="src/styles.css" rel="stylesheet" />
7+
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>
8+
<script src="https://cdn.activewidgets.com/html"></script>
139
</head>
1410
<body>
1511
<ax-datagrid>Loading...</ax-datagrid>

0 commit comments

Comments
 (0)