remove challenge name as title from forum template. (#299)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
b19ebd0cdf
commit
0dc455c5dc
@ -51,7 +51,9 @@ function createQuestionEpic(action$, { getState }, { window }) {
|
||||
'User Agent is: <code>',
|
||||
userAgent,
|
||||
'</code>.\n\n',
|
||||
'**Link to the challenge:**\n',
|
||||
'**Challenge:**\n',
|
||||
challengeTitle,
|
||||
'\n**Link to the challenge:**\n',
|
||||
href
|
||||
].join('');
|
||||
window.open(
|
||||
@ -59,7 +61,6 @@ function createQuestionEpic(action$, { getState }, { window }) {
|
||||
'?category=' +
|
||||
window.encodeURIComponent(helpCategory[challengeType] || 'Help') +
|
||||
'&title=' +
|
||||
window.encodeURIComponent(challengeTitle) +
|
||||
'&body=' +
|
||||
window.encodeURIComponent(textMessage),
|
||||
'_blank'
|
||||
|
Reference in New Issue
Block a user