aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-11-18 02:28:54 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-11-18 02:28:54 +0800
commit792e664ee401e41f8e34dc758c88ba6bbd8122e2 (patch)
tree24f6a6478acb06f2cd0aab439107281888219b1a /lib
parent38458ce3fea94ed9c89eb2dc78be9bc79b2b0c66 (diff)
downloadgo-792e664ee401e41f8e34dc758c88ba6bbd8122e2.tar.gz
go-792e664ee401e41f8e34dc758c88ba6bbd8122e2.zip
lib/godoc/codewalk.html: remove duplicate jquery inclusion
now we load jquery in its parent--godoc.html. R=golang-dev, adg CC=golang-dev https://golang.org/cl/6814112
Diffstat (limited to 'lib')
-rw-r--r--lib/godoc/codewalk.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/godoc/codewalk.html b/lib/godoc/codewalk.html
index 2835c6e82c..313f1f6631 100644
--- a/lib/godoc/codewalk.html
+++ b/lib/godoc/codewalk.html
@@ -4,8 +4,6 @@
license that can be found in the LICENSE file.
-->
-<script src="http://www.google.com/jsapi"></script>
-<script>google.load("jquery", "1.3.2");</script>
<style type='text/css'>@import "/doc/codewalk/codewalk.css";</style>
<script type="text/javascript" src="/doc/codewalk/codewalk.js"></script>