Browse Source

doc: Remove unnecessary sh script tags

v0.10.12-release
isaacs 12 years ago
parent
commit
fc71a63baf
  1. 2
      doc/community/index.html
  2. 5
      doc/download/index.html

2
doc/community/index.html

@ -2,8 +2,6 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<script src="../sh_main.js"></script>
<script src="../sh_javascript.min.js"></script>
<link type="image/x-icon" rel="icon" href="../favicon.ico"> <link type="image/x-icon" rel="icon" href="../favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="../favicon.ico"> <link type="image/x-icon" rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../pipe.css"> <link rel="stylesheet" href="../pipe.css">

5
doc/download/index.html

@ -174,11 +174,6 @@
<p>Copyright <a href="http://joyent.com/">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/__VERSION__/LICENSE">license</a>.</p> <p>Copyright <a href="http://joyent.com/">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/__VERSION__/LICENSE">license</a>.</p>
</div> </div>
<script src="sh_main.js"></script>
<script src="sh_javascript.min.js"></script>
<script>highlight(undefined, undefined, 'pre');</script>
<script> <script>
window._gaq = [['_setAccount', 'UA-10874194-2'], ['_trackPageview']]; window._gaq = [['_setAccount', 'UA-10874194-2'], ['_trackPageview']];
(function(d, t) { (function(d, t) {

Loading…
Cancel
Save