We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a443b87 commit 4739ab4Copy full SHA for 4739ab4
examples/cdn-es5/index.html
@@ -3,13 +3,9 @@
3
<head>
4
<meta charset="UTF-8" />
5
<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
12
<link href="src/styles.css" rel="stylesheet" />
+ <script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>
+ <script src="https://cdn.activewidgets.com/html"></script>
13
</head>
14
<body>
15
<ax-datagrid>Loading...</ax-datagrid>
0 commit comments