1
0
mirror of https://github.com/golang/go synced 2024-11-05 16:46:10 -07:00

go.tools/cmd/present: move jquery ui code into static

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/118760043
This commit is contained in:
Robert Daniel Kortschak 2014-07-16 16:33:46 +10:00 committed by Andrew Gerrand
parent cc0b856ebe
commit 09286920ba
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func playScript(root, transport string) {
buf.WriteString(s) buf.WriteString(s)
continue continue
} }
b, err := ioutil.ReadFile(filepath.Join(root, "js", p)) b, err := ioutil.ReadFile(filepath.Join(root, "static", p))
if err != nil { if err != nil {
panic(err) panic(err)
} }