update link
Browse files- index.html +1 -1
index.html
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
type="text/javascript">
|
29 |
</script>
|
30 |
<script>
|
31 |
-
$("#content a[href^='http
|
32 |
</script>
|
33 |
</body>
|
34 |
</html>
|
|
|
28 |
type="text/javascript">
|
29 |
</script>
|
30 |
<script>
|
31 |
+
$("#content a[href^='http']").attr("target","_blank");
|
32 |
</script>
|
33 |
</body>
|
34 |
</html>
|