Skip to content

Commit 7b4afc3

Browse files
committed
[js:options] update cdns
1 parent e00a69d commit 7b4afc3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

js/elFinder.options.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ elFinder.prototype._options = {
1313
cdns : {
1414
// for editor etc.
1515
ace : '//cdnjs.cloudflare.com/ajax/libs/ace/1.2.9',
16-
codemirror : '//cdnjs.cloudflare.com/ajax/libs/codemirror/5.31.0',
16+
codemirror : '//cdnjs.cloudflare.com/ajax/libs/codemirror/5.32.0',
1717
ckeditor : '//cdnjs.cloudflare.com/ajax/libs/ckeditor/4.7.3',
18-
tinymce : '//cdnjs.cloudflare.com/ajax/libs/tinymce/4.7.1',
18+
tinymce : '//cdnjs.cloudflare.com/ajax/libs/tinymce/4.7.4',
1919
simplemde : '//cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2',
20-
xlsx : '//cdnjs.cloudflare.com/ajax/libs/xlsx/0.11.8',
2120
// for quicklook etc.
22-
hls : '//cdnjs.cloudflare.com/ajax/libs/hls.js/0.8.5/hls.min.js',
23-
dash : '//cdnjs.cloudflare.com/ajax/libs/dashjs/2.6.2/dash.all.min.js',
21+
hls : '//cdnjs.cloudflare.com/ajax/libs/hls.js/0.8.8/hls.min.js',
22+
dash : '//cdnjs.cloudflare.com/ajax/libs/dashjs/2.6.4/dash.all.min.js',
2423
prettify : '//cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js',
2524
psd : '//cdnjs.cloudflare.com/ajax/libs/psd.js/3.2.0/psd.min.js'
2625
},

0 commit comments

Comments
 (0)