diff options
author | marijus <mario@mariovavti.com> | 2015-01-07 13:04:50 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-07 13:04:50 +0100 |
commit | a373b9f1d4d0ee6781927c3fcf05e0e301a80b6e (patch) | |
tree | b1f311c7b596bcfa6bc67aa435bf0f970ff08c85 /view/js | |
parent | fbe0610ce9a4ef62da8aba166250485f56e73d03 (diff) | |
download | volse-hubzilla-a373b9f1d4d0ee6781927c3fcf05e0e301a80b6e.tar.gz volse-hubzilla-a373b9f1d4d0ee6781927c3fcf05e0e301a80b6e.tar.bz2 volse-hubzilla-a373b9f1d4d0ee6781927c3fcf05e0e301a80b6e.zip |
also style the collapse link
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 974f5f971..4d55c5d31 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -604,7 +604,7 @@ function updateConvItems(mode,data) { $(this).readmore({ collapsedHeight: divmore_height, moreLink: '<a href="#" class="divgrow-showmore">'+aStr['divgrowmore']+'</a>', - lessLink: '<a href="#">'+aStr['divgrowless']+'</a>' + lessLink: '<a href="#" class="divgrow-showmore">'+aStr['divgrowless']+'</a>' }); $(this).addClass('divmore'); } |