Skip to content

Commit

Permalink
update cdn link
Browse files Browse the repository at this point in the history
  • Loading branch information
xkam committed Feb 2, 2020
1 parent 3b7955e commit ecad35d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/cdn-es5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
<head>
<meta charset="UTF-8" />
<title>CDN (no build) - ActiveWidgets/JS</title>

<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>

<link href="https://cdn.activewidgets.com/js/3/ax.css" rel="stylesheet" />
<script src="https://cdn.activewidgets.com/js/3/ax.js"></script>

<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/js"></script>
</head>
<body>
<ax-datagrid>Loading...</ax-datagrid>
Expand Down

0 comments on commit ecad35d

Please sign in to comment.