diff --git a/core/style.css b/core/style.css index 8e4ce2ea4..0cc40bb0e 100644 --- a/core/style.css +++ b/core/style.css @@ -332,10 +332,6 @@ em { color: #bbb; } -#chatinput.debug mark { - color: #bbb; -} - #chat td, #chatinput td { font-size: 13px; vertical-align: top; diff --git a/plugins/debug-console.css b/plugins/debug-console.css index f67342c0b..2d1aefffe 100644 --- a/plugins/debug-console.css +++ b/plugins/debug-console.css @@ -23,3 +23,7 @@ white-space: pre-line; word-break: break-all; } + +#chatinput.debug mark { + color: #bbb; +} diff --git a/plugins/debug-console.js b/plugins/debug-console.js index 72484c3c3..1f73e877c 100644 --- a/plugins/debug-console.js +++ b/plugins/debug-console.js @@ -8,6 +8,10 @@ /* global L */ var changelog = [ + { + version: '0.2.0', + changes: ['Use channel new API', 'Handle multiline messages'], + }, { version: '0.1.1', changes: ['Version upgrade due to a change in the wrapper: added plugin icon'], @@ -159,7 +163,7 @@ function setup() { debugTab.create(); overwriteNative(); - $('