When noColors is set hide the clearAuthorship colors button

This commit is contained in:
John McLear 2011-12-04 15:29:34 +00:00 committed by Peter 'Pita' Martischka
parent a46a723b09
commit 990a559a09
2 changed files with 2 additions and 1 deletions

View file

@ -92,6 +92,7 @@ function getParams()
if(IsnoColors == "true")
{
noColors = true;
$('#clearAuthorship').hide();
}
}
if(showControls)