diff options
author | Mario <mario@mariovavti.com> | 2021-06-23 15:52:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-23 15:52:04 +0000 |
commit | 6e91bee0ba605b938bddf0570e747d6d7be1c712 (patch) | |
tree | 8fa11dc01ab4114510105f6171b91951037d18bd /view/tpl/jot-header.tpl | |
parent | c6d872d1773a0470c9a707e7fe1ae610699bc8dd (diff) | |
download | volse-hubzilla-6e91bee0ba605b938bddf0570e747d6d7be1c712.tar.gz volse-hubzilla-6e91bee0ba605b938bddf0570e747d6d7be1c712.tar.bz2 volse-hubzilla-6e91bee0ba605b938bddf0570e747d6d7be1c712.zip |
some work on streamlining mod photos
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rw-r--r-- | view/tpl/jot-header.tpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 2669f80cf..8da7b429d 100644 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -321,10 +321,8 @@ var activeCommentText = ''; postSaveChanges('clean'); {{if $popup}} - return; - {{/if}} - - {{if $reset}} + $("#profile-jot-text").focus(); + {{else if $reset}} $(".jothidden").hide(); $("#profile-jot-text").removeClass('jot-expanded'); $("#profile-jot-tools").addClass('d-none'); |