aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-11 20:42:21 +0000
committerMario <mario@mariovavti.com>2024-03-11 20:42:21 +0000
commit907426af5e6a91cc7b001453e6e3acce8422d80a (patch)
treebd864d61cf5b2a8886687741b044044d819d11d1 /view
parent360713c6896d18a95dd3ca541ea477bf44b98d0c (diff)
downloadvolse-hubzilla-907426af5e6a91cc7b001453e6e3acce8422d80a.tar.gz
volse-hubzilla-907426af5e6a91cc7b001453e6e3acce8422d80a.tar.bz2
volse-hubzilla-907426af5e6a91cc7b001453e6e3acce8422d80a.zip
deprecated function
Diffstat (limited to 'view')
-rw-r--r--view/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index eedd92170..d80e8d066 100644
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -206,7 +206,7 @@
<a class="dropdown-item" href="#" onclick="jotGetPubDate();return false;"><i class="fa fa-clock-o"></i>&nbsp;{{$future_txt}}</a>
{{/if}}
{{if $feature_encrypt}}
- <a class="dropdown-item" href="#" onclick="hz_encrypt('{{$cipher}}','#profile-jot-text');return false;"><i class="fa fa-key"></i>&nbsp;{{$encrypt}}</a>
+ <a class="dropdown-item" href="#" onclick="sodium_encrypt('#profile-jot-text'); return false;"><i class="fa fa-key"></i>&nbsp;{{$encrypt}}</a>
{{/if}}
<a class="dropdown-item" href="#" onclick="initPoll(); return false"><i id="profile-poll" class="fa fa-bar-chart jot-icons"></i>&nbsp;{{$poll}}</a>
{{if $feature_nocomment}}