From 2096b43f2c4006e28fef713136142d33ecbf27be Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 24 Jul 2022 21:02:04 +0200 Subject: Use proper hypothesis path --- assets/js/ed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') 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); }); -- cgit v1.2.3