aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2018-04-08 14:18:10 -0400
committerAndrew Manning <tamanning@zoho.com>2018-04-08 14:18:10 -0400
commit43cafcc761bc12f442c30ab952164736aa18f9d8 (patch)
tree52a890ff54a9a413460c38b61833139639e6d341 /Zotlabs
parentbe6dcb5d0a96d3618c4d4d824bf94b0a6753fefc (diff)
downloadvolse-hubzilla-43cafcc761bc12f442c30ab952164736aa18f9d8.tar.gz
volse-hubzilla-43cafcc761bc12f442c30ab952164736aa18f9d8.tar.bz2
volse-hubzilla-43cafcc761bc12f442c30ab952164736aa18f9d8.zip
Auto-save post and comment entry using localStorage in browser.
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Item.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php
index 083ad50f7..bba1dc02d 100644
--- a/Zotlabs/Module/Item.php
+++ b/Zotlabs/Module/Item.php
@@ -1051,10 +1051,6 @@ class Item extends \Zotlabs\Web\Controller {
logger('post_complete');
- // Remove auto-saved post text if the post was successfully posted
- del_pconfig(local_channel(),'autosavetext_post','body');
- del_pconfig(local_channel(),'autosavetext_post','title');
-
if($moderated) {
info(t('Your comment is awaiting approval.') . EOL);
}