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:
@ -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,
|
||||
|
Reference in New Issue
Block a user