Revert "Multiple UI Improvements"

Этот коммит содержится в:
Joram Wilander
2015-08-20 11:58:50 -04:00
родитель 4fafac5225
Коммит 343ff54a32
11 изменённых файлов: 21 добавлений и 52 удалений

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

@@ -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 click', html: true, delay: {show: 500, hide: 500}});
$('.channel-header__info .description').popover({placement: 'bottom', trigger: 'hover', html: true, delay: {show: 500, hide: 500}});
},
onSocketChange: function(msg) {
if (msg.action === 'new_user') {