mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
* change the meaning of light_album_manager_threshold to load less user interface (instead of redirecting to the old album manager). In the light mode, do not load tiptip. * remove dropdown menu, to reduce DOM size For example, on a 16k albums, load time goes from 18 to 8 seconds on MatthieuLP computer. Co-authored-by: Matthieu Leproux <matthieu.leproux@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@ var str_no_change_parent = "{'No, don\'t move this album here'|@translate}";
|
||||
var str_root = "{'Root'|@translate}";
|
||||
var openCat = {$open_cat};
|
||||
var nb_albums = {$nb_albums};
|
||||
var light_album_manager = {$light_album_manager};
|
||||
|
||||
var delay_autoOpen = {$delay_before_autoOpen}
|
||||
{/footer_script}
|
||||
|
||||
Reference in New Issue
Block a user