You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
fix sweet alert progress timer 50s -> 5s
This commit is contained in:
@@ -7,7 +7,7 @@ return array(
|
||||
),
|
||||
'styles' => array(),
|
||||
'options' => array(
|
||||
'timer' => 50000,
|
||||
'timer' => 5000,
|
||||
'timerProgressBar' => true,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user