delete js now applies to new things

This commit is contained in:
Raphael 2010-07-02 15:19:33 -07:00
parent df3fe6c2a9
commit 6ab9904f25

View file

@ -48,7 +48,7 @@ $(document).ready(function(){
$('#flash_notice, #flash_error, #flash_alert').delay(1500).slideUp(130);
$("#stream li").hover(function() {
$("#stream li").live('mouseover mouseout',function() {
$(this).children(".destroy_link").fadeIn(0);
}, function() {
$(this).children(".destroy_link").fadeOut(0);