Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git/.git] / view / theme / frio / js / modal.js
index 9a15cab..80694b6 100644 (file)
@@ -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();