diff options
author | friendica <info@friendica.com> | 2013-12-09 03:39:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-09 03:39:01 -0800 |
commit | 994b6ed15c67dc512e9b64d2e6cb0c9e4c929235 (patch) | |
tree | 076ec7bffc93e365b2d1ff3c2e5c5e4ff0cfa2cf /view | |
parent | aad0e978621016987c1348189f8786ce6fdec3bc (diff) | |
parent | 6a9432c725efb9f313282c7ca8ce954ea9be8c75 (diff) | |
download | volse-hubzilla-994b6ed15c67dc512e9b64d2e6cb0c9e4c929235.tar.gz volse-hubzilla-994b6ed15c67dc512e9b64d2e6cb0c9e4c929235.tar.bz2 volse-hubzilla-994b6ed15c67dc512e9b64d2e6cb0c9e4c929235.zip |
Merge pull request #232 from git-marijus/master
this reduces pageloadsize by 355,93KB
Diffstat (limited to 'view')
-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'); |