diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-22 14:14:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-22 14:14:20 +0200 |
commit | 52db6490222be3ee7d3872b1af989c9430d4b892 (patch) | |
tree | de8ee67722744734bbea64ea9c7189a7cd3ad7d4 /library/readmore.js/hubzilla-custom.patch | |
parent | 38e46fff548729ba459d0a83a46fbfa0d844e85d (diff) | |
download | volse-hubzilla-52db6490222be3ee7d3872b1af989c9430d4b892.tar.gz volse-hubzilla-52db6490222be3ee7d3872b1af989c9430d4b892.tar.bz2 volse-hubzilla-52db6490222be3ee7d3872b1af989c9430d4b892.zip |
apply our custom patch to readmore.js
Diffstat (limited to 'library/readmore.js/hubzilla-custom.patch')
-rw-r--r-- | library/readmore.js/hubzilla-custom.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/library/readmore.js/hubzilla-custom.patch b/library/readmore.js/hubzilla-custom.patch new file mode 100644 index 000000000..fd3146152 --- /dev/null +++ b/library/readmore.js/hubzilla-custom.patch @@ -0,0 +1,13 @@ +diff --git a/library/readmore.js/readmore.js b/library/readmore.js/readmore.js +index 34a624e..51222ce 100644 +--- a/library/readmore.js/readmore.js ++++ b/library/readmore.js/readmore.js +@@ -246,7 +246,7 @@ + collapsedHeight = $element.data('collapsedHeight'); + + if ($element.height() <= collapsedHeight) { +- newHeight = $element.data('expandedHeight') + 'px'; ++ newHeight = 100 + '%'; + newLink = 'lessLink'; + expanded = true; + } |