@@ -1,4 +1,8 @@
<script>
localStorage.setItem("bjs-playground-scriptLanguage", "TS");
- window.location = "./";
+
+ var parseURL = window.location.href.split("ts.html");
+ var hash = parseURL[parseURL.length - 1];
+ window.location = "./"+hash;
</script>