FIX: not highlighting stuff a second time
This commit is contained in:
parent
e227b68f8d
commit
f29a761445
|
@ -291,6 +291,7 @@ Discourse.PostView.reopenClass({
|
||||||
.stop()
|
.stop()
|
||||||
.animate({ backgroundColor: origColor }, 2500, 'swing', function(){
|
.animate({ backgroundColor: origColor }, 2500, 'swing', function(){
|
||||||
$contents.removeClass('highlighted');
|
$contents.removeClass('highlighted');
|
||||||
|
$contents.css({'background-color': ''});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue