mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
When noColors is set hide the clearAuthorship colors button
This commit is contained in:
parent
457d4f180a
commit
8256c71cd2
2 changed files with 2 additions and 1 deletions
|
@ -92,6 +92,7 @@ function getParams()
|
|||
if(IsnoColors == "true")
|
||||
{
|
||||
noColors = true;
|
||||
$('#clearAuthorship').hide();
|
||||
}
|
||||
}
|
||||
if(showControls)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue