renovations

This commit is contained in:
Ilya Kantor 2015-01-09 01:39:01 +03:00
parent 87a3588057
commit 223dd884ae
100 changed files with 638 additions and 658 deletions

View file

@ -1,9 +0,0 @@
```js
var message = (login == 'Вася') ? 'Привет' :
(login == 'Директор') ? 'Здравствуйте' :
(login == '') ? 'Нет логина' :
'';
```