diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-11 17:44:51 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-11 17:44:51 -0700 |
commit | 953a2fd9b2db0c0f0b1cf54c766a1e39002eaea8 (patch) | |
tree | ae1e1d45d6c7f43db0686aec4f32bdfc33286ff2 /view/tpl/jot-header.tpl | |
parent | 2fa9645dfc4dc640d7460f069fc9536cce1e4fd2 (diff) | |
parent | 3bd645033330c2db0952e57db1516274487c0712 (diff) | |
download | volse-hubzilla-953a2fd9b2db0c0f0b1cf54c766a1e39002eaea8.tar.gz volse-hubzilla-953a2fd9b2db0c0f0b1cf54c766a1e39002eaea8.tar.bz2 volse-hubzilla-953a2fd9b2db0c0f0b1cf54c766a1e39002eaea8.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index d6d93a863..991a4c8b1 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -626,7 +626,7 @@ $( document ).on( "click", ".wall-item-delete-link,.page-delete-link,.layout-del initEditor(); } } else { - autoSaveCleanup(); + postSaveChanges('clean'); } $(document).on('submit', '#profile-jot-form', function() { |