fix(issue-reports): Remove encoded solution

This commit removes the encoded solution from the URI to make issue submission cleaner.
This commit is contained in:
Mrugesh Mohapatra
2016-12-08 07:35:44 +00:00
parent 73830c2027
commit 76938237ab

View File

@ -5,7 +5,7 @@ window.common = (function({ common = { init: [] } }) {
'Challenge [',
(common.challengeName || window.location.pathname),
'](',
window.location.href,
window.location.origin + window.location.pathname,
') has an issue.\n',
'User Agent is: <code>',
navigator.userAgent,