summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-02-02 12:51:40 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-02-02 12:51:40 -0500
commit7587689735f37caaca63906aaf22fd6f345a53c9 (patch)
tree3c19aac96a6a1a8a3f68f01749d7684565b2bf3e /web
parent320fe1c39240644ce15fa2a436ac4a5591b95083 (diff)
downloadchat-7587689735f37caaca63906aaf22fd6f345a53c9.tar.gz
chat-7587689735f37caaca63906aaf22fd6f345a53c9.tar.bz2
chat-7587689735f37caaca63906aaf22fd6f345a53c9.zip
Updated post help link
Diffstat (limited to 'web')
-rw-r--r--web/react/components/textbox.jsx10
1 files changed, 2 insertions, 8 deletions
diff --git a/web/react/components/textbox.jsx b/web/react/components/textbox.jsx
index bb383aca1..00e5ace98 100644
--- a/web/react/components/textbox.jsx
+++ b/web/react/components/textbox.jsx
@@ -129,13 +129,6 @@ export default class Textbox extends React.Component {
this.resize();
}
- showHelp(e) {
- e.preventDefault();
- e.target.blur();
-
- global.window.open('/docs/Messaging');
- }
-
render() {
let previewLink = null;
if (Utils.isFeatureEnabled(PreReleaseFeatures.MARKDOWN_PREVIEW)) {
@@ -194,7 +187,8 @@ export default class Textbox extends React.Component {
</div>
{previewLink}
<a
- onClick={this.showHelp}
+ target='_blank'
+ href='http://docs.mattermost.com/help/getting-started/messaging-basics.html'
className='textbox-help-link'
>
<FormattedMessage