Skip to content

Commit 44fac8a

Browse files
committed
Forward to TS website DT search
1 parent 6ea6fc4 commit 44fac8a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/static/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
<title>TypeScript Types Search</title>
66
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
77
<link rel="stylesheet" href="style.css">
8-
<script src="lib/jquery.min.js"></script>
8+
<!-- <script src="http://github.com/lib/jquery.min.js"></script>
99
<script src="lib/typeahead.bundle.min.js"></script>
10-
<script src="script/search.js"></script>
10+
<script src="script/search.js"></script> -->
11+
<script>
12+
window.location = 'https://www.typescriptlang.org/dt/search'
13+
</script>
1114
</head>
1215
<body>
1316
<h1><span class="typescript"><span class="bold">Type</span>Search</span></h1>

0 commit comments

Comments
 (0)