rename to embeds.js

This commit is contained in:
j 2013-02-21 15:02:04 +00:00
commit 65f04dfdbb
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ function getVideoOverlay(page) {
+ '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'
+ (video ? '\n\nTo remove the video, just remove the URL.' : ''),
video.src
video ? video.src : ''
);
if (url !== null) {
if(!video) {