Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-03-25 11:26:23 +0300
committerAleksander Machniak <alec@alec.pl>2019-03-25 11:26:23 +0300
commitddef3926aac2b36a22d87b8efb558047bb584f01 (patch)
tree6215e6f602a947158f9175776e17aa59d0b2a4bb /jsdeps.json
parentdbf6e0a81d43798b3a85df31959fa6da12b2b5d0 (diff)
Fix TinyMCE download location (#6694)
Diffstat (limited to 'jsdeps.json')
-rw-r--r--jsdeps.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsdeps.json b/jsdeps.json
index 53454801e..906bf872e 100644
--- a/jsdeps.json
+++ b/jsdeps.json
@@ -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",