summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_header.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-22 21:01:55 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-22 21:01:55 +0500
commit302372cfa0c1f86f78336a5b77e879eac32d27cb (patch)
tree21849bce0f941a7ab75f7c762cef8ccdcb6418ba /web/react/components/channel_header.jsx
parent38cc1485749c60c32ee9ef8a01da74140588cc3a (diff)
downloadchat-302372cfa0c1f86f78336a5b77e879eac32d27cb.tar.gz
chat-302372cfa0c1f86f78336a5b77e879eac32d27cb.tar.bz2
chat-302372cfa0c1f86f78336a5b77e879eac32d27cb.zip
Removing click event for channel description popover
Diffstat (limited to 'web/react/components/channel_header.jsx')
-rw-r--r--web/react/components/channel_header.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/channel_header.jsx b/web/react/components/channel_header.jsx
index 8d23ec646..b81936b57 100644
--- a/web/react/components/channel_header.jsx
+++ b/web/react/components/channel_header.jsx
@@ -55,7 +55,7 @@ export default class ChannelHeader extends React.Component {
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(msg) {
if (msg.action === 'new_user') {