only one page

This commit is contained in:
fred 2022-04-08 19:59:29 +02:00
parent fd59f75d39
commit 791039642e
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@
</h1>
</article>
<center>
<div id="videosChan"><div class="wrapper"></div></div>
</center>
<center>
<h6>
@ -69,7 +69,7 @@ var player = videojs('vbunk', {
$.getJSON('_IPNSL_/history._CHANNEL_.json', function (json) {
$('#videosChan').pagination({
dataSource: json.Videos,
pageSize: 3,
pageSize: 1,
callback: function(data, pagination) {
var wrapper = $('#videosChan .wrapper').empty();
$.each(data, function (i, f) {