Skip to content

Commit 99be87f

Browse files
committed
DOC-3188: Update script URLs in comments-callback example to use jsDelivr for improved reliability.
1 parent 74989ba commit 99be87f

File tree

1 file changed

+3
-3
lines changed
  • modules/ROOT/examples/live-demos/comments-callback

1 file changed

+3
-3
lines changed

modules/ROOT/examples/live-demos/comments-callback/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
tinymce.ScriptLoader.loadScripts(
22
// Update to use UMD for broader compatibility browser support.
33
[
4-
'//unpkg.com/@pollyjs/[email protected]/dist/umd/pollyjs-core.js',
5-
'//unpkg.com/@pollyjs/[email protected]/dist/umd/pollyjs-adapter-fetch.js',
6-
'//unpkg.com/@pollyjs/[email protected]/dist/umd/pollyjs-persister-local-storage.js',
4+
'https://cdn.jsdelivr.net/npm/@pollyjs/[email protected]/dist/umd/pollyjs-core.js',
5+
'https://cdn.jsdelivr.net/npm/@pollyjs/[email protected]/dist/umd/pollyjs-adapter-fetch.js',
6+
'https://cdn.jsdelivr.net/npm/@pollyjs/[email protected]/dist/umd/pollyjs-persister-local-storage.js',
77
]
88
).then(() => {
99
/******************************

0 commit comments

Comments
 (0)