diff --git a/client/commonFramework/report-issue.js b/client/commonFramework/report-issue.js index 9218df0594..828be3024c 100644 --- a/client/commonFramework/report-issue.js +++ b/client/commonFramework/report-issue.js @@ -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: ', navigator.userAgent,