aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-10 19:58:08 -0800
committerfriendica <info@friendica.com>2013-11-10 19:58:08 -0800
commit3a10e698c9932df64c6e4fa9e0785efaf4357362 (patch)
treec4408c1521d11b6dbbdbfcbbec4a06a35b13d704 /view
parenteffb1a0534aae40a1b2a0e396de09d1b0d06bb44 (diff)
downloadvolse-hubzilla-3a10e698c9932df64c6e4fa9e0785efaf4357362.tar.gz
volse-hubzilla-3a10e698c9932df64c6e4fa9e0785efaf4357362.tar.bz2
volse-hubzilla-3a10e698c9932df64c6e4fa9e0785efaf4357362.zip
Didn't finish it. Gotta' pee.
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 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');