fixes #1457 first load is done properly

This commit is contained in:
Matthieu Leproux
2021-08-03 13:40:30 +02:00
parent 71efee7737
commit f56464d6d0
+1 -1
View File
@@ -296,7 +296,7 @@ $( document ).ready(function() {
/*View manager*/
if (!$.cookie("pwg_user_manager_view")) {
$.cookie("pwg_user_manager_view", "tile");
$.cookie("pwg_user_manager_view", "line");
}
if ($("#displayCompact").is(":checked")) {