aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-11 18:31:34 -0800
committerfriendica <info@friendica.com>2013-11-11 18:31:34 -0800
commit58e0d58489472e78fc824b7654c59aa45b1c08ca (patch)
treef32e0610872c177f51ed4b3aca7b2e9660344342 /view
parent54438be7c2c402e4a897a2534f0f465dea5f068b (diff)
downloadvolse-hubzilla-58e0d58489472e78fc824b7654c59aa45b1c08ca.tar.gz
volse-hubzilla-58e0d58489472e78fc824b7654c59aa45b1c08ca.tar.bz2
volse-hubzilla-58e0d58489472e78fc824b7654c59aa45b1c08ca.zip
add rabbit and tripledes ciphers - probably need a pconfig to set the default
Diffstat (limited to 'view')
-rw-r--r--view/php/theme_init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index ab28180f2..0867c989d 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -27,6 +27,8 @@ head_add_js('library/jgrowl/jquery.jgrowl_minimized.js');
head_add_js('library/tinymce/jscripts/tiny_mce/tiny_mce_src.js');
head_add_js('library/cryptojs/components/core-min.js');
head_add_js('library/cryptojs/rollups/aes.js');
+head_add_js('library/cryptojs/rollups/rabbit.js');
+head_add_js('library/cryptojs/rollups/tripledes.js');
head_add_js('js/acl.js');
head_add_js('js/webtoolkit.base64.js');
head_add_js('js/main.js');