mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixed #1441
This commit is contained in:
@@ -253,7 +253,7 @@ $(document).ready(function () {
|
||||
actualizeFilter();
|
||||
|
||||
if (!$.cookie("pwg_plugin_manager_view")) {
|
||||
$.cookie("pwg_plugin_manager_view", "tile");
|
||||
$.cookie("pwg_plugin_manager_view", "classic");
|
||||
}
|
||||
|
||||
if ($("#displayClassic").is(":checked")) {
|
||||
|
||||
Reference in New Issue
Block a user