mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
When noColors is set hide the clearAuthorship colors button
This commit is contained in:
parent
a46a723b09
commit
990a559a09
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