Этот коммит содержится в:
Asaad Mahmood
2015-08-20 19:22:56 +05:00
родитель a4681123f9
Коммит 1fd26d25f2
11 изменённых файлов: 52 добавлений и 21 удалений

Просмотреть файл

@@ -105,7 +105,7 @@ module.exports = React.createClass({
if (!utils.areStatesEqual(newState, this.state)) {
this.setState(newState);
}
$('.channel-header__info .description').popover({placement: 'bottom', trigger: 'hover', html: true, delay: {show: 500, hide: 500}});
$('.channel-header__info .description').popover({placement: 'bottom', trigger: 'hover click', html: true, delay: {show: 500, hide: 500}});
},
onSocketChange: function(msg) {
if (msg.action === 'new_user') {