fix(editors): fix an issue where ckeditor doesn't load on the demo

This commit is contained in:
Alexander Zhukov 2017-03-07 19:22:07 +03:00
parent b414eaf9ed
commit 0a4f40c515
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
window['CKEDITOR_BASEPATH'] = '/ckeditor/';
window['CKEDITOR_BASEPATH'] = '//cdn.ckeditor.com/4.6.0/full/';