diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html index a1989d4f48..4ef4a8e41f 100644 --- a/dashboard-ui/editcollectionitems.html +++ b/dashboard-ui/editcollectionitems.html @@ -72,6 +72,9 @@ diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 407fbc525e..91b3369f87 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1141,7 +1141,7 @@ getPagingHtml: function (query, totalRecordCount, updatePageSizeSetting, pageSizes, showLimit) { if (query.Limit && updatePageSizeSetting !== false) { - localStorage.setItem('pagesize', query.Limit); + localStorage.setItem('pagesize_', query.Limit); } var html = ''; diff --git a/dashboard-ui/scripts/mediaplayer-video.js b/dashboard-ui/scripts/mediaplayer-video.js index c9a36eb536..04b91dc857 100644 --- a/dashboard-ui/scripts/mediaplayer-video.js +++ b/dashboard-ui/scripts/mediaplayer-video.js @@ -59,7 +59,7 @@ } $('#videoPlayer').removeClass('fullscreenVideo'); } else { - requestFullScreen(document.documentElement); + requestFullScreen(document.body); } };