mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
ui: change a bit the architecture of sidediv line number
So we can easily customize with plugins, such as ep_author_neat
This commit is contained in:
parent
a522db3ef4
commit
9587c1c673
3 changed files with 10 additions and 10 deletions
|
@ -135,6 +135,7 @@ var padeditor = (function()
|
|||
v = getOption('showAuthorColors', true);
|
||||
self.ace.setProperty("showsauthorcolors", v);
|
||||
$('#chattext').toggleClass('authorColors', v);
|
||||
$('iframe[name="ace_outer"]').contents().find('#sidedivinner').toggleClass('authorColors', v);
|
||||
padutils.setCheckbox($("#options-colorscheck"), v);
|
||||
|
||||
// Override from parameters if true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue