Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-12-12 21:19:30 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-12-12 21:58:23 +0400
commite698dd38c3996199c47c944de873e368dce42608 (patch)
tree41260a1edb4bd1ecdcafc9f381f820acef688f42 /doc/index.html
parent5bbb4cadc33387af73500c79386bd2d345300e9d (diff)
website fixes
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 470f7e0769e..64ba31b21a2 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -30,6 +30,10 @@
$('body').click(function() {
$('#download').hide();
});
+ $('#installers li a').click(function() {
+ window.location = $(this).attr('href');
+ return false;
+ });
});
</script>
</head>