1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:04:41 -07:00

godoc: fetch jQuery via https

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/6614064
This commit is contained in:
Andrew Gerrand 2012-10-08 10:40:56 +11:00
parent 905e8dfa27
commit 236e79cab3

View File

@ -8,7 +8,7 @@
<title>The Go Programming Language</title>
{{end}}
<link type="text/css" rel="stylesheet" href="/doc/style.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript">window.jQuery || document.write(unescape("%3Cscript src='/doc/jquery.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript" src="/doc/godocs.js"></script>
{{if .SearchBox}}