#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

@ -29,7 +29,7 @@
"bootstrap-loader": "2.0.0-beta.12", "bootstrap-loader": "2.0.0-beta.12",
"chart.js": "^1.1.1", "chart.js": "^1.1.1",
"chartist": "^0.9.7", "chartist": "^0.9.7",
"ckeditor": "^4.5.9", "ckeditor": "4.6.0",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"easy-pie-chart": "^2.1.7", "easy-pie-chart": "^2.1.7",
"extract-text-webpack-plugin": "2.0.0-beta.3", "extract-text-webpack-plugin": "2.0.0-beta.3",

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'); require('ckeditor');