Archived
1
0

Add inline webm playback

This commit is contained in:
ZiRo
2016-04-27 15:36:57 +02:00
parent d059971dcc
commit 2dea0917d1
9 changed files with 279 additions and 3 deletions

View File

@@ -59,6 +59,8 @@
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, prefix);
init(prefix);
var onready_callbacks = new Array();
ready();
</script>
<hr/>
<footer>

View File

@@ -22,7 +22,7 @@
{{#post.Attachments}}
<figure>
<figcaption>
<a href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" class="thumbnail"/></a>
<a class="file" href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" class="thumbnail"/></a>
</figcaption>
</figure>
{{/post.Attachments}}

View File

@@ -49,6 +49,7 @@
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, prefix);
init(prefix);
ready();
</script>
<hr/>
<footer>

View File

@@ -41,6 +41,7 @@
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, prefix);
init(prefix);
ready();
</script>
<hr/>
<footer>