X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Ffrost-mobile%2Fjs%2Fmain.js;h=aaa69e7078c6c455e9d5e28dfc8ffa2a56cfff82;hb=9c7d5d42e1dc3370a4d371472175e17bc505e5ca;hp=d233ba7b68f9e52a11751559496e544e21b6e4bb;hpb=17b59a7e3f087750962f3c17f35403722914d532;p=friendica.git diff --git a/view/theme/frost-mobile/js/main.js b/view/theme/frost-mobile/js/main.js index d233ba7b68..aaa69e7078 100644 --- a/view/theme/frost-mobile/js/main.js +++ b/view/theme/frost-mobile/js/main.js @@ -372,7 +372,7 @@ $j(".wall-item-body").each(function() { if($j(this).height() > 310) { 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'); } } @@ -684,7 +684,7 @@ Array.prototype.remove = function(item) { function previewTheme(elm) { theme = $j(elm).val(); $j.getJSON('pretheme?f=&theme=' + theme,function(data) { - $j('#theme-preview').html('
' + data.desc + '
' + data.version + '
' + data.credits + '
' + theme + ''); + $j('#theme-preview').html('
' + data.desc + '
' + data.version + '
' + data.credits + '
'); }); }