-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60e0da1
commit 570d722
Showing
9 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,7 +196,7 @@ | |
import lunr from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
// date/time hacking | ||
import dayjs from 'https://esm.archive.org/dayjs' | ||
import dayjs from 'https://esm.ext.archive.org/dayjs@1.11.13' | ||
|
||
// comments | ||
import './staticman.js' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div id="x">🦕</div> | ||
<script type="module"> | ||
import $ from 'https://esm.archive.org/jquery' | ||
import $ from 'https://esm.ext.archive.org/jquery@3.7.1' | ||
|
||
$('#x').animate({ 'font-size': 400 }) | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,7 +183,7 @@ | |
import lunr from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
// date/time hacking | ||
import dayjs from 'https://esm.archive.org/dayjs' | ||
import dayjs from 'https://esm.ext.archive.org/dayjs@1.11.13' | ||
|
||
// comments | ||
import './staticman.js' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,7 +187,7 @@ | |
import lunr from 'https://esm.ext.archive.org/[email protected]' | ||
|
||
// date/time hacking | ||
import dayjs from 'https://esm.archive.org/dayjs' | ||
import dayjs from 'https://esm.ext.archive.org/dayjs@1.11.13' | ||
|
||
// comments | ||
import './staticman.js' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ <h1> | |
import $ from 'https://esm.ext.archive.org/[email protected]' | ||
import jwplayer from 'https://av.prod.archive.org/js/jwplayer.js' | ||
|
||
import Parser from 'https://esm.archive.org/rss-parser' | ||
import Parser from 'https://esm.ext.archive.org/rss-parser@3.13.0' | ||
|
||
window.$ = $ | ||
window.jQuery = $ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,12 +39,11 @@ <h2>videojs alt player</h2> | |
poster="images/glogo.png" | ||
data-setup="{}" | ||
></video> | ||
|
||
<link href="https://esm.archive.org/video.js/dist/video-js.css" rel="stylesheet"/> | ||
<link href="https://esm.ext.archive.org/[email protected]/dist/video-js.css" rel="stylesheet"/> | ||
|
||
<script type="module"> | ||
import videojs from 'https://esm.archive.org/video.js/dist/video.js' | ||
import playlist from 'https://esm.archive.org/videojs-playlist/dist/videojs-playlist.js' | ||
import videojs from 'https://esm.ext.archive.org/video.js@8.21.0/dist/video.js' | ||
import playlist from 'https://esm.ext.archive.org/videojs-playlist@5.2.0/dist/videojs-playlist.js' | ||
|
||
videojs.registerPlugin('playlist', playlist) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<html> | ||
<head> | ||
<title>Collections are special</title> | ||
<link rel="stylesheet" href="https://esm.archive.org/bootstrap@^5.0.0/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://esm.ext.archive.org/bootstrap@5.3.3/dist/css/bootstrap.min.css"> | ||
</head> | ||
|
||
<body class="Unity"> | ||
|
@@ -34,7 +34,7 @@ | |
|
||
window.jQuery = $ | ||
window.$ = $ | ||
await import('https://esm.archive.org/[email protected]') | ||
await import('https://esm.ext.archive.org/tablesorter@2.32.0[email protected]') | ||
|
||
$('table.tablesorter').tablesorter({ textExtraction: 'complex' }) | ||
</script> | ||
|