diff options
author | marijus <mario@localhost.localdomain> | 2013-12-09 10:07:24 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-09 10:07:24 +0100 |
commit | 860966ce421210e9f48d36dee72b8aa10a39c7c6 (patch) | |
tree | 64afed2be54836988592f6f02e2d053795bd0bb4 /view/php | |
parent | aad0e978621016987c1348189f8786ce6fdec3bc (diff) | |
download | volse-hubzilla-860966ce421210e9f48d36dee72b8aa10a39c7c6.tar.gz volse-hubzilla-860966ce421210e9f48d36dee72b8aa10a39c7c6.tar.bz2 volse-hubzilla-860966ce421210e9f48d36dee72b8aa10a39c7c6.zip |
this reduces pageloadsize by 355,93KB
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index ffbc02e48..a2024d658 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -29,7 +29,7 @@ head_add_js('library/jquery.divgrow/jquery.divgrow-1.3.1.js'); 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/tinymce/jscripts/tiny_mce/tiny_mce.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'); |