diff options
author | friendica <info@friendica.com> | 2013-11-10 19:58:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-10 19:58:08 -0800 |
commit | 3a10e698c9932df64c6e4fa9e0785efaf4357362 (patch) | |
tree | c4408c1521d11b6dbbdbfcbbec4a06a35b13d704 /view/php | |
parent | effb1a0534aae40a1b2a0e396de09d1b0d06bb44 (diff) | |
download | volse-hubzilla-3a10e698c9932df64c6e4fa9e0785efaf4357362.tar.gz volse-hubzilla-3a10e698c9932df64c6e4fa9e0785efaf4357362.tar.bz2 volse-hubzilla-3a10e698c9932df64c6e4fa9e0785efaf4357362.zip |
Didn't finish it. Gotta' pee.
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 8b75bc940..0cb5d4d68 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -25,9 +25,11 @@ 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/rollups/aes.js'); head_add_js('js/acl.js'); head_add_js('js/webtoolkit.base64.js'); head_add_js('js/main.js'); +head_add_js('js/crypto.js'); head_add_js('library/jslider/bin/jquery.slider.min.js'); head_add_js('docready.js'); head_add_js('library/prettyphoto/js/jquery.prettyPhoto.js'); |