Merge branch 'ent-4363-Marquesinas-ilegibles-desde-Firefox' into 'develop'

Reduced the speed of events marquee - #4363

See merge request artica/pandorafms!2653
This commit is contained in:
Daniel Rodriguez 2019-08-30 14:19:47 +02:00
commit 258a2f41ce
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ error_reporting(1);
$MAX_MARQUEE_EVENTS = 10;
$MARQUEE_INTERVAL = 90;
$MARQUEE_FONT_SIZE = '32px';
$MARQUEE_SPEED = 12;
$MARQUEE_SPEED = 9;
$output = '';