X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fjs%2Ftheme.js;h=3c0db8fbf9ea5c5db237998368e365d6576d6445;hb=f076d7f0dc3619604872c48f41f66e3fa4c4af79;hp=571720e7c4154fbfa97a1137cd2cf765932ee377;hpb=2bdbdc8d8ef229946e225791801e753a7fd5c695;p=friendica.git diff --git a/view/theme/frost-mobile/js/theme.js b/view/theme/frost-mobile/js/theme.js index 571720e7c4..3c0db8fbf9 100644 --- a/view/theme/frost-mobile/js/theme.js +++ b/view/theme/frost-mobile/js/theme.js @@ -533,17 +533,6 @@ function qCommentInsert(obj,id) { $j(obj).val(""); } -function showHideComments(id) { - if( $j("#collapsed-comments-" + id).is(":visible")) { - $j("#collapsed-comments-" + id).hide(); - $j("#hide-comments-" + id).html(window.showMore); - } - else { - $j("#collapsed-comments-" + id).show(); - $j("#hide-comments-" + id).html(window.showFewer); - } -} - /*function showHideCommentBox(id) { if( $j('#comment-edit-form-' + id).is(':visible')) { $j('#comment-edit-form-' + id).hide();