mirror of
https://github.com/friendica/friendica
synced 2024-11-19 18:23:41 +00:00
remove show more/less animation on mobile
This commit is contained in:
parent
7c9c92e542
commit
0fe1727d74
2 changed files with 2 additions and 2 deletions
|
@ -372,7 +372,7 @@
|
||||||
$j(".wall-item-body").each(function() {
|
$j(".wall-item-body").each(function() {
|
||||||
if($j(this).height() > 310) {
|
if($j(this).height() > 310) {
|
||||||
if(! $j(this).hasClass('divmore')) {
|
if(! $j(this).hasClass('divmore')) {
|
||||||
$j(this).divgrow({ initialHeight: 300, showBrackets: false, speed: 300 });
|
$j(this).divgrow({ initialHeight: 300, showBrackets: false, speed: 0 });
|
||||||
$j(this).addClass('divmore');
|
$j(this).addClass('divmore');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
view/theme/frost-mobile/js/main.min.js
vendored
2
view/theme/frost-mobile/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue