diff --git a/cmd/present/play.go b/cmd/present/play.go index d347e311b5..617d2c1623 100644 --- a/cmd/present/play.go +++ b/cmd/present/play.go @@ -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) } diff --git a/cmd/present/js/jquery-ui.js b/cmd/present/static/jquery-ui.js similarity index 100% rename from cmd/present/js/jquery-ui.js rename to cmd/present/static/jquery-ui.js