From f955674430c9b0fb4f4292bb25c3559f38c85f47 Mon Sep 17 00:00:00 2001 From: Dieter Daems Date: Sat, 2 Jan 2016 02:05:38 +0100 Subject: [PATCH] Fixes: Reset does not clear localstorage item - Updates the addresbar URI --- client/commonFramework/end.js | 1 + 1 file changed, 1 insertion(+) 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) => {