#466 ckeditor not showing (#467)

* fix(logo): hover color of logo is changed

* fix(ckeditor): fixed path to ckeditor cdn
This commit is contained in:
ESadouski 2016-11-24 11:32:11 +03:00 committed by Dmitry Nehaychik
parent c48616a007
commit 49a100d34c
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
window['CKEDITOR_BASEPATH'] = '//cdn.ckeditor.com/4.5.9/standard/';
window['CKEDITOR_BASEPATH'] = '//cdn.ckeditor.com/4.6.0/standard/';
require('ckeditor');