X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fjs%2Fmodal.js;h=80694b64da52971d890adf9be0fa130975b15b0d;hb=cf9a65cded8e8f270aedbb3ba46d5fe2fe351b4c;hp=9a15cab52a67862845b5482dbd69bb52d13637bd;hpb=c4ea3bfb3e8a603aacd386438b23fe5a59068114;p=friendica.git diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index 9a15cab52a..80694b64da 100644 --- a/view/theme/frio/js/modal.js +++ b/view/theme/frio/js/modal.js @@ -343,6 +343,8 @@ function toggleJotNav (elm) { // For some some tab panels we need to execute other js functions. if (tabpanel === "jot-preview-content") { preview_post(); + // Make Share button visivle in preview + $('#jot-preview-share').removeClass("minimize").attr("aria-hidden" ,"false"); } else if (tabpanel === "jot-fbrowser-wrapper") { $(function() { Dialog.showJot();