diff --git a/client/commonFramework/end.js b/client/commonFramework/end.js index 8356b6a591..3948f0aeb2 100644 --- a/client/commonFramework/end.js +++ b/client/commonFramework/end.js @@ -72,6 +72,7 @@ $(document).ready(function() { return common.updateOutputDisplay('' + err); } common.codeStorage.updateStorage(challengeName, originalCode); + common.codeUri.querify(originalCode); common.updateOutputDisplay('' + output); }, (err) => {