fixed 127
This commit is contained in:
parent
e2c26b4acc
commit
803c674c94
3 changed files with 22 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue