diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-11 08:17:30 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-11 08:17:30 +0200 |
commit | e294dfa7602d6283a776625167deeb84d11cf2e0 (patch) | |
tree | 114b1671e4818d670e2d20023290100c38016b0c /view/tpl | |
parent | 90580a860b45629f510c0cf6871fe312a9693a77 (diff) | |
download | volse-hubzilla-e294dfa7602d6283a776625167deeb84d11cf2e0.tar.gz volse-hubzilla-e294dfa7602d6283a776625167deeb84d11cf2e0.tar.bz2 volse-hubzilla-e294dfa7602d6283a776625167deeb84d11cf2e0.zip |
wrong function
Diffstat (limited to 'view/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() { |