Skip to content

Commit 240f76b

Browse files
committed
update cdn link
1 parent e2dc876 commit 240f76b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

examples/cdn-es5/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>CDN (no build) - ActiveWidgets/jQuery</title>
6-
6+
<link href="src/styles.css" rel="stylesheet" />
77
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>
8-
98
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
10-
11-
<link href="https://cdn.activewidgets.com/jquery/3/ax.css" rel="stylesheet" />
12-
<script src="https://cdn.activewidgets.com/jquery/3/ax.js"></script>
13-
14-
<link href="src/styles.css" rel="stylesheet" />
9+
<script src="https://cdn.activewidgets.com/jquery"></script>
1510
</head>
1611
<body>
1712
<ax-datagrid>Loading...</ax-datagrid>

0 commit comments

Comments
 (0)