mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-15 08:56:20 +01:00
Cambio animazione tooltip in caricamento
This commit is contained in:
parent
899c856b84
commit
350a120404
@ -687,6 +687,7 @@ if (setting('Utilizzare i tooltip sul calendario') == '1') {
|
|||||||
element.tooltipster({
|
element.tooltipster({
|
||||||
content: '<?php echo tr('Caricamento...'); ?>',
|
content: '<?php echo tr('Caricamento...'); ?>',
|
||||||
animation: 'grow',
|
animation: 'grow',
|
||||||
|
updateAnimation: 'grow',
|
||||||
contentAsHTML: true,
|
contentAsHTML: true,
|
||||||
hideOnClick: true,
|
hideOnClick: true,
|
||||||
speed: 200,
|
speed: 200,
|
||||||
|
Loading…
Reference in New Issue
Block a user