Этот коммит содержится в:
Asaad Mahmood
2015-08-20 21:48:49 +05:00
родитель 19123e5523
Коммит 701cbfa94a
11 изменённых файлов: 73 добавлений и 30 удалений

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

@@ -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') {