From 791039642eeb9ef4b472232cfbce7d94819c5f3e Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 8 Apr 2022 19:59:29 +0200 Subject: [PATCH] only one page --- templates/videojs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/videojs.html b/templates/videojs.html index 721067e..4711907 100644 --- a/templates/videojs.html +++ b/templates/videojs.html @@ -41,9 +41,9 @@ -
+
-
+
@@ -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) {