diff options
author | friendica <info@friendica.com> | 2013-12-09 03:35:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-09 03:35:29 -0800 |
commit | 7459d2c9e33290b27982e2be66d9a2b7a607715a (patch) | |
tree | 3065b838a3177e61c0bcf6505ab68b0304bd6198 /view | |
parent | d8c632ada202f4552e85796008837c293a323a31 (diff) | |
parent | 994b6ed15c67dc512e9b64d2e6cb0c9e4c929235 (diff) | |
download | volse-hubzilla-7459d2c9e33290b27982e2be66d9a2b7a607715a.tar.gz volse-hubzilla-7459d2c9e33290b27982e2be66d9a2b7a607715a.tar.bz2 volse-hubzilla-7459d2c9e33290b27982e2be66d9a2b7a607715a.zip |
Merge https://github.com/friendica/red into zpull
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'); |