diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-09-29 11:28:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-09-29 11:28:27 +0200 |
commit | 3c9809bfe6898e5c7cf4c9c70bbeb280cf9197a4 (patch) | |
tree | eb2446504140fbc9efc3f6eba0c584ad90b79e09 /view/js/main.js | |
parent | c530b4fb977e4d3ecf797c79a00887bc54f9abf5 (diff) | |
download | volse-hubzilla-3c9809bfe6898e5c7cf4c9c70bbeb280cf9197a4.tar.gz volse-hubzilla-3c9809bfe6898e5c7cf4c9c70bbeb280cf9197a4.tar.bz2 volse-hubzilla-3c9809bfe6898e5c7cf4c9c70bbeb280cf9197a4.zip |
highlight the displayed mid and css fixes
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js index bbf2b7161..53a9a2ec7 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -661,6 +661,7 @@ function updateConvItems(mode,data) { $('#hide-comments-total-' + scrolltoid).hide(); } $('html, body').animate({ scrollTop: $('.item_' + bParam_mid.substring(0,32)).offset().top - $('nav').outerHeight() }, 'slow'); + $('.item_' + bParam_mid.substring(0,32)).addClass('item-highlight'); } } |