Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
5d76bb2d17
9 changed files with 84 additions and 12 deletions
|
@ -460,7 +460,7 @@ $(document).ready(function() {
|
|||
clearTimeout(timer);
|
||||
});
|
||||
|
||||
$('.tipsy').live('mouseout', function() {
|
||||
$('.tipsy').live('blur', function() {
|
||||
timer = setTimeout("$('#current-user').tipsy('hide')", 500);
|
||||
});
|
||||
|
||||
|
@ -488,7 +488,7 @@ $(document).ready(function() {
|
|||
|
||||
});
|
||||
|
||||
$('#current-user').bind('mouseout', function() {
|
||||
$('#current-user').bind('blur', function() {
|
||||
timer = setTimeout("$('#current-user').tipsy('hide')", 500);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue