Merge pull request #11967 from raisedadead/fix/remove-encoded-solution-from-uri

fix(issue-reports): Remove encoded solution
This commit is contained in:
Berkeley Martinez
2016-12-10 15:11:08 -08:00
committed by GitHub

View File

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