diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html index a1989d4f4..4ef4a8e41 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 407fbc525..91b3369f8 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 c9a36eb53..04b91dc85 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); } };