File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
add_action ('wp_enqueue_scripts ' , 'easycoder_enqueue_script ' , 2 );
17
17
function easycoder_enqueue_script () {
18
18
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 ' );
20
20
}
21
21
22
22
// Set up default plugin and REST scripts
Original file line number Diff line number Diff line change 97
97
index Image to N
98
98
go to Select
99
99
</ 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 >
101
101
102
102
</ body >
103
103
</ html >
You can’t perform that action at this time.
0 commit comments