display only channel history

This commit is contained in:
fred 2022-04-08 18:45:09 +02:00
parent fb90d6335a
commit a353ce05f1
1 changed files with 0 additions and 16 deletions

View File

@ -41,10 +41,6 @@
</h1>
</article>
<center>
<div id="videosList"><div class="wrapper"></div></div>
</center>
<center>
<div id="videosChan"><div class="wrapper"></div></div>
</center>
@ -70,18 +66,6 @@ var player = videojs('vbunk', {
</script>
<script>
$.getJSON('_IPNSL_history.json', function (json) {
$('#videosList').pagination({
dataSource: json.Videos,
pageSize: 1,
callback: function(data, pagination) {
var wrapper = $('#videosList .wrapper').empty();
$.each(data, function (i, f) {
$('#videosList .wrapper').append('<ul><li><div class="snippet-block">' + f.link + '</div></li></ul>');
});
}
});
});
$.getJSON('_IPNSL_history._CHANNEL_.json', function (json) {
$('#videosChan').pagination({
dataSource: json.Videos,