Created
June 6, 2018 18:50
-
-
Save 4knort/74268a49ae6a26b2335b5433406b93ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return (name === 'Вы') ? 'rgba(255, 0, 0, 1)' : 'rgba' + '(' + '15, ' + '82, ' + '186, ' + Math.random() + ')'; | |
return (name === 'Вы') ? 'rgba(255, 0, 0, 1)' : 'rgba(15, 82,'186, ' + Math.random() + ')'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment