Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Bug 840740 - hide judge quotes onmouseout
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed Feb 13, 2013
1 parent 6714ca6 commit b371e58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flicks/base/static/js/home.js
Expand Up @@ -131,7 +131,11 @@
$quote.html(quote).fadeIn(200);
});
}
}, function() {});
}, function() {
if (quote) {
$quote.delay(200).fadeOut(200);
}
});
});

// Open judge bios in a modal
Expand Down

0 comments on commit b371e58

Please sign in to comment.