diff options
author | friendica <info@friendica.com> | 2013-11-10 23:19:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-10 23:19:44 -0800 |
commit | ca4103debef7ecf36d93842750667e70c2a1e42a (patch) | |
tree | bbc416e54992236f36c98f6b04d56d899f68829e /view/php | |
parent | c39200429046cdde16edbcb6e28c5cf3c7434d4a (diff) | |
download | volse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.tar.gz volse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.tar.bz2 volse-hubzilla-ca4103debef7ecf36d93842750667e70c2a1e42a.zip |
e2ee
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 0cb5d4d68..ab28180f2 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -25,6 +25,7 @@ head_add_js('library/jquery_ac/friendica.complete.js'); head_add_js('library/tiptip/jquery.tipTip.minified.js'); 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('js/acl.js'); head_add_js('js/webtoolkit.base64.js'); |