mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
fixes #1457 first load is done properly
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user