mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
pad_editor: fix manage show authorship on both pad and chat
This commit is contained in:
parent
c5fdc6129e
commit
ca12287a26
2 changed files with 2 additions and 1 deletions
|
@ -134,6 +134,7 @@ var padeditor = (function()
|
|||
|
||||
v = getOption('showAuthorColors', true);
|
||||
self.ace.setProperty("showsauthorcolors", v);
|
||||
$('#chattext').toggleClass('authorColors', v);
|
||||
padutils.setCheckbox($("#options-colorscheck"), v);
|
||||
|
||||
// Override from parameters if true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue