lint compliance
parent
a573255072
commit
65585f6ce8
|
@ -19,6 +19,7 @@ www/pad/wysiwygarea-plugin.js
|
|||
www/pad/mediatag-plugin.js
|
||||
www/pad/mediatag-plugin-dialog.js
|
||||
www/pad/disable-base64.js
|
||||
www/pad/wordcount/
|
||||
|
||||
www/kanban/jkanban.js
|
||||
www/common/jscolor.js
|
||||
|
|
|
@ -843,7 +843,7 @@ define([
|
|||
|
||||
var wordCount = h('span.cp-app-pad-wordCount');
|
||||
$('.cke_toolbox_main').append(wordCount);
|
||||
editor.on('cp-wc-update', function (event) {
|
||||
editor.on('cp-wc-update', function () {
|
||||
if (!editor.wordCount || typeof (editor.wordCount.wordCount) === "undefined") {
|
||||
wordCount.innerText = '';
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue