1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:37:56 -07:00

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
This commit is contained in:
Shenghou Ma 2012-11-18 02:28:54 +08:00
parent 38458ce3fe
commit 792e664ee4

View File

@ -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>