fixed 127

This commit is contained in:
Jeena Paradies 2013-02-04 01:53:44 +01:00
parent e2c26b4acc
commit 803c674c94
3 changed files with 22 additions and 1 deletions

View file

@ -829,6 +829,10 @@ function(jQuery, Paths, URI, HostApp, Cache) {
$("#post-" + id).addClass("highlighteffect");
setTimeout(function() {
$("#post-" + id).removeClass("highlighteffect");
$("#post-" + id).addClass("highlighteffect-after");
setTimeout(function() {
$("#post-" + id).removeClass("highlighteffect-after");
}, 1000);
}, 4000);
}