mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
related to #1387 3 sec delay before auto openning albums
The variable is given in php files and used in js
This commit is contained in:
parent
d86e7f6cd2
commit
b6a6227210
4 changed files with 10 additions and 1 deletions
|
@ -716,6 +716,9 @@ $conf['dashboard_check_for_updates'] = true;
|
|||
// Number Weeks displayed on activity chart on the dashboard
|
||||
$conf['dashboard_activity_nb_weeks'] = 4;
|
||||
|
||||
// Number of seconds before auto openning when dragging albums in milliseconds : 3 seconds by default
|
||||
$conf['delay_before_auto_openning'] = 3*1000;
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Filter |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue