diff options
Diffstat (limited to 'assets/js')
| -rw-r--r-- | assets/js/ed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/ed.js b/assets/js/ed.js index 3a4b776..146ab58 100644 --- a/assets/js/ed.js +++ b/assets/js/ed.js @@ -19,7 +19,7 @@ document.addEventListener('DOMContentLoaded', function () { e.preventDefault(); let script = document.createElement('script'); - script.setAttribute('src', 'https://hypothes.is/embed.js'); + script.setAttribute('src', 'https://cdn.hypothes.is/hypothesis'); script.type = 'text/javascript'; document.getElementsByTagName('head')[0].appendChild(script); }); |
