Skip to content

Commit 569c592

Browse files
committed
pointing to cdn for Netlify
1 parent 027f0c5 commit 569c592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elements/pfe-modal/demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<link href="../../pfelement/pfelement.min.css" rel="stylesheet">
1313

1414
<!-- uncomment the es5-adapter if you're using the umd version -->
15-
<script src="/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
16-
<script src="/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
15+
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.2.10/custom-elements-es5-adapter.js"></script>
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.2.10/webcomponents-loader.js"></script>
1717
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.5/require.min.js"></script>
1818
<script>require(['../pfe-modal.umd.js'])</script>
1919
</head>

0 commit comments

Comments
 (0)