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:
parent
cc0b856ebe
commit
09286920ba
@ -28,7 +28,7 @@ func playScript(root, transport string) {
|
||||
buf.WriteString(s)
|
||||
continue
|
||||
}
|
||||
b, err := ioutil.ReadFile(filepath.Join(root, "js", p))
|
||||
b, err := ioutil.ReadFile(filepath.Join(root, "static", p))
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user