mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Tweaked some tipsys.
This commit is contained in:
parent
56c1d9ee54
commit
24eeefc342
@ -402,8 +402,6 @@ $(document).ready(function(){
|
||||
}
|
||||
});
|
||||
|
||||
$('#contacts_deletecard').tipsy();
|
||||
$('#contacts_downloadcard').tipsy();
|
||||
$('.button').tipsy();
|
||||
//Contacts.UI.messageBox('Hello','Sailor');
|
||||
});
|
||||
|
@ -89,6 +89,7 @@
|
||||
<?php endif; ?>
|
||||
<script language="Javascript">
|
||||
/* Re-tipsify ;-)*/
|
||||
$('.action').tipsy();
|
||||
$('#contacts_deletecard').tipsy({gravity: 'ne'});
|
||||
$('#contacts_downloadcard').tipsy({gravity: 'ne'});
|
||||
$('.button').tipsy();
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user