mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-16 19:24:53 -04:00
Added cookie to save option showing author colors
This commit is contained in:
parent
d2cd1213ec
commit
c54d47e1c6
3 changed files with 17 additions and 2 deletions
|
@ -69,6 +69,7 @@ var padeditor = (function()
|
|||
});
|
||||
padutils.bindCheckboxChange($("#options-colorscheck"), function()
|
||||
{
|
||||
padcookie.setPref('showAuthorshipColors', padutils.getCheckbox("#options-colorscheck"));
|
||||
pad.changeViewOption('showAuthorColors', padutils.getCheckbox("#options-colorscheck"));
|
||||
});
|
||||
$("#viewfontmenu").change(function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue