Fixed issue with too many/too few playlist-elements being shown on window-resize

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-06 16:19:35 +02:00
parent ddbd2a6381
commit 058b235eb7
2 changed files with 8 additions and 1 deletions

View File

@@ -507,6 +507,7 @@ function enable_host_mode(enabled) {
Helper.css("#fullscreen", "display", "block");
hostMode = false;
}
List.dynamicContentPageJumpTo(1);
}
function get_list_listener(){