use public domain item in 0xDB example URL
This commit is contained in:
parent
4660881843
commit
b91cbbe8fb
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function getVideoOverlay(page) {
|
||||||
}
|
}
|
||||||
url = prompt(
|
url = prompt(
|
||||||
'Please enter a pan.do/ra video URL, like\n'
|
'Please enter a pan.do/ra video URL, like\n'
|
||||||
+ 'https://0xdb.org/0060304/00:13:37,00:23:42 or\n'
|
+ 'https://0xdb.org/0315594/00:13:37,00:23:42 or\n'
|
||||||
+ 'http://pad.ma/A/editor/00:00:00,00:01:00,00:02:00'
|
+ 'http://pad.ma/A/editor/00:00:00,00:01:00,00:02:00'
|
||||||
+ (videoOverlay[page][id] ? '\n\nTo remove the video, just remove the URL.' : ''),
|
+ (videoOverlay[page][id] ? '\n\nTo remove the video, just remove the URL.' : ''),
|
||||||
videoOverlay[page][id]
|
videoOverlay[page][id]
|
||||||
|
|
Loading…
Reference in a new issue