diff options
author | Mario <mario@mariovavti.com> | 2024-03-11 20:42:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-11 20:42:21 +0000 |
commit | 907426af5e6a91cc7b001453e6e3acce8422d80a (patch) | |
tree | bd864d61cf5b2a8886687741b044044d819d11d1 | |
parent | 360713c6896d18a95dd3ca541ea477bf44b98d0c (diff) | |
download | volse-hubzilla-907426af5e6a91cc7b001453e6e3acce8422d80a.tar.gz volse-hubzilla-907426af5e6a91cc7b001453e6e3acce8422d80a.tar.bz2 volse-hubzilla-907426af5e6a91cc7b001453e6e3acce8422d80a.zip |
deprecated function
-rw-r--r-- | view/tpl/jot.tpl | 2 |
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> {{$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> {{$encrypt}}</a> + <a class="dropdown-item" href="#" onclick="sodium_encrypt('#profile-jot-text'); return false;"><i class="fa fa-key"></i> {{$encrypt}}</a> {{/if}} <a class="dropdown-item" href="#" onclick="initPoll(); return false"><i id="profile-poll" class="fa fa-bar-chart jot-icons"></i> {{$poll}}</a> {{if $feature_nocomment}} |