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 коммит произвёл Andrew Gerrand
Родитель cc0b856ebe
Коммит 09286920ba
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл