delete js now applies to new things
This commit is contained in:
parent
df3fe6c2a9
commit
6ab9904f25
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue