Skip to content

Commit 43e8849

Browse files
committed
Change CDN
1 parent 8548d54 commit 43e8849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/easycoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
add_action('wp_enqueue_scripts', 'easycoder_enqueue_script', 2);
1717
function easycoder_enqueue_script() {
1818
wp_enqueue_script('easycoder_script',
19-
'https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js', array(), '2.7.8');
19+
'https://easycoder.netlify.app/dist/easycoder.js', array(), '2.7.8');
2020
}
2121

2222
// Set up default plugin and REST scripts

examples/imageswitcher/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
index Image to N
9898
go to Select
9999
</pre>
100-
<script src='https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js?v=2.6.0'></script>
100+
<script src='https://easycoder.netlify.app/dist/easycoder.js?v=2.7.8'></script>
101101

102102
</body>
103103
</html>

0 commit comments

Comments
 (0)