aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-11 18:42:49 -0800
committerfriendica <info@friendica.com>2013-11-11 18:42:49 -0800
commita7c53d470b9be467fc047130383095a569ba74e8 (patch)
treeaed189c54aa0ed07ec4b96bf3bfe0f514e7d0b66 /view
parent58e0d58489472e78fc824b7654c59aa45b1c08ca (diff)
downloadvolse-hubzilla-a7c53d470b9be467fc047130383095a569ba74e8.tar.gz
volse-hubzilla-a7c53d470b9be467fc047130383095a569ba74e8.tar.bz2
volse-hubzilla-a7c53d470b9be467fc047130383095a569ba74e8.zip
ability to use other ciphers
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/jot.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 0618e7491..924f7d9bc 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -55,7 +55,7 @@
<i id="profile-expires" class="icon-eraser jot-icons" title="{{$expires}}" onclick="jotGetExpiry();return false;"></i>
</div>
<div id="profile-encrypt-wrapper" style="display: {{$feature_encrypt}};" >
- <i id="profile-encrypt" class="icon-key jot-icons" title="{{$encrypt}}" onclick="red_encrypt('aes256','#profile-jot-text',$('#profile-jot-text').val());return false;"></i>
+ <i id="profile-encrypt" class="icon-key jot-icons" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"></i>
</div>