diff options
author | Mario Vavti <mario@mariovavti.com> | 2020-08-22 22:14:29 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2020-08-22 22:14:29 +0200 |
commit | 4e0fc81e5dfaad3c3ed47a02df4589f5b25a88be (patch) | |
tree | eb8d2ffd4840b2cfa50499ac522c3cd276eb8b04 /view/php | |
parent | 3b865d432ff24532b4a5e6917e23fc42b0d7fcaf (diff) | |
download | volse-hubzilla-4e0fc81e5dfaad3c3ed47a02df4589f5b25a88be.tar.gz volse-hubzilla-4e0fc81e5dfaad3c3ed47a02df4589f5b25a88be.tar.bz2 volse-hubzilla-4e0fc81e5dfaad3c3ed47a02df4589f5b25a88be.zip |
move cryptojs to addon
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index d7cf0a4e8..a0118fa71 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -22,10 +22,6 @@ head_add_js('/library/jquery.timeago.js'); head_add_js('/library/readmore.js/readmore.js'); head_add_js('/library/sticky-kit/sticky-kit.min.js'); head_add_js('/library/jgrowl/jquery.jgrowl.min.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('/library/sjcl/sjcl.js'); |