- code formatting;

This commit is contained in:
nikitasinelnikov
2020-12-18 13:46:01 +02:00
parent 0b8ca8e3e7
commit c7487a702b
+1 -1
View File
@@ -79,7 +79,7 @@ function um_init_datetimepicker() {
function init_tipsy() {
if( typeof(jQuery.fn.tipsy) === "function" ){
if ( typeof( jQuery.fn.tipsy ) === "function" ) {
jQuery('.um-tip-n').tipsy({gravity: 'n', opacity: 1, live: 'a.live', offset: 3 });
jQuery('.um-tip-w').tipsy({gravity: 'w', opacity: 1, live: 'a.live', offset: 3 });
jQuery('.um-tip-e').tipsy({gravity: 'e', opacity: 1, live: 'a.live', offset: 3 });