mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 12:43:33 +09:00
- code formatting;
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user