Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
James 2013-01-03 18:00:33 -05:00
commit 5d76bb2d17
9 changed files with 84 additions and 12 deletions

View file

@ -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);
});