1
0
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:
loviuz 2020-01-09 19:12:04 +01:00
parent 899c856b84
commit 350a120404

View File

@ -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,