mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
* fix(logo): hover color of logo is changed * fix(ckeditor): fixed path to ckeditor cdn
This commit is contained in:
parent
c48616a007
commit
49a100d34c
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
"bootstrap-loader": "2.0.0-beta.12",
|
||||
"chart.js": "^1.1.1",
|
||||
"chartist": "^0.9.7",
|
||||
"ckeditor": "^4.5.9",
|
||||
"ckeditor": "4.6.0",
|
||||
"core-js": "^2.4.1",
|
||||
"easy-pie-chart": "^2.1.7",
|
||||
"extract-text-webpack-plugin": "2.0.0-beta.3",
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue