fix(code-uri): Chrome iframe error with XSS Auditor
- remove solution from URI when read - remove querify solution upon edit or reset
This commit is contained in:
@@ -24,7 +24,6 @@ $(document).ready(function() {
|
||||
code$.subscribe(
|
||||
code => {
|
||||
common.codeStorage.updateStorage(common.challengeName, code);
|
||||
common.codeUri.querify(code);
|
||||
},
|
||||
err => console.error(err)
|
||||
);
|
||||
@@ -72,7 +71,6 @@ $(document).ready(function() {
|
||||
return common.updateOutputDisplay('' + err);
|
||||
}
|
||||
common.codeStorage.updateStorage(challengeName, originalCode);
|
||||
common.codeUri.querify(originalCode);
|
||||
common.displayTestResults(tests, true);
|
||||
common.updateOutputDisplay(output);
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user