Skip to content

Commit

Permalink
Fix TinyMCE download location (#6694)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Mar 25, 2019
1 parent dbf6e0a commit ddef392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CHANGELOG Roundcube Webmail
- Elastic: Changed "Move to..." icon (#6637)
- Elastic: Add hide/show for advanced preferences (#6632)
- Elastic: Fix bug where toolbar disappears on attachment menu use in Chrome (#6677)
- Fix TinyMCE download location (#6694)
- Fix so "Open in new window" consistently displays "external window" interface (#6659)
- Fix bug where next row wasn't selected after deleting a collapsed thread (#6655)
- Fix bug where external content (e.g. mail body) was passed to templates parsing code (#6640)
Expand Down
2 changes: 1 addition & 1 deletion jsdeps.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"lib": "tinymce",
"version": "4.8.2",
"url": "http://download.ephox.com/tinymce/community/tinymce_$v.zip",
"url": "https://download.tiny.cloud/tinymce/community/tinymce_$v.zip",
"dest": "program/js",
"sha1": "d7fced05acdeeb78299585ea9909b0de2b3d759d",
"license": "LGPL",
Expand Down

0 comments on commit ddef392

Please sign in to comment.