diff options
author | Mario <mario@mariovavti.com> | 2024-08-02 15:08:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-02 15:08:27 +0000 |
commit | 7eb23aa8b8d161a74ea59bc4c6eef5357fe6b1c0 (patch) | |
tree | b7e09c97e05a0af78159e6218768949f281179a4 /view/js | |
parent | c793cea2f036411086180420f9dc43071bafed4e (diff) | |
download | volse-hubzilla-7eb23aa8b8d161a74ea59bc4c6eef5357fe6b1c0.tar.gz volse-hubzilla-7eb23aa8b8d161a74ea59bc4c6eef5357fe6b1c0.tar.bz2 volse-hubzilla-7eb23aa8b8d161a74ea59bc4c6eef5357fe6b1c0.zip |
fa2bi fixes
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/js/main.js b/view/js/main.js index ee07e2733..ab87b4bda 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -868,8 +868,8 @@ function collapseHeight() { startOpen: open, heightMargin: 50, collapsedHeight: divmore_height, - moreLink: '<a href="#" class="divgrow-showmore fakelink">' + aStr.divgrowmore + '</a>', - lessLink: '<a href="#" class="divgrow-showmore fakelink">' + aStr.divgrowless + '</a>', + moreLink: '<a href="#" class="divgrow-showmore fakelink small">' + aStr.divgrowmore + '</a>', + lessLink: '<a href="#" class="divgrow-showmore fakelink small">' + aStr.divgrowless + '</a>', beforeToggle: function(trigger, element, expanded) { if(expanded) { if((($(element).offset().top + divmore_height) - $(window).scrollTop()) < 65 ) { |