File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -282,11 +282,15 @@ <h2>Target</h2>
282282</ main >
283283
284284< script src ="https://cdn.simplyedit.io/1/simply-edit.js " data-simply-storage ="none "> </ script >
285- < script src ="https://unpkg.com/simplyview/dist/simply.everything.js "> </ script >
286- < script src ="https://zettelkasten.dev.muze.nl/assets/js/bundle.js "> </ script >
285+
286+ <!-- Versions pinned to +/- 2022, when the code was created -->
287+ < script src ="https://cdn.jsdelivr.net/npm/simplyview@2.1.1/dist/simply.everything.js "> </ script >
288+ < script src ="https://cdn.jsdelivr.net/npm/@inrupt/solid-client-authn-browser@1.12.3/dist/solid-client-authn.bundle.js "> </ script >
289+ < script src ="https://cdn.jsdelivr.net/npm/n3@1.13.0/browser/n3.min.js "> </ script >
290+
287291< script xtype ="module ">
288- const getDefaultSession = solidAuthn . getDefaultSession ;
289- const Parser = n3 . Parser ;
292+ const getDefaultSession = solidClientAuthentication . default . getDefaultSession ;
293+ const Parser = N3 . Parser ;
290294
291295 const solidSession = getDefaultSession ( )
292296
You can’t perform that action at this time.
0 commit comments