pad_editor: fix manage show authorship on both pad and chat

This commit is contained in:
Sebastian Castro 2020-04-16 10:18:35 +02:00 committed by muxator
parent c5fdc6129e
commit ca12287a26
2 changed files with 2 additions and 1 deletions

View file

@ -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