diff --git a/core/otto.go b/core/otto.go index 5e6a86a..e82b524 100644 --- a/core/otto.go +++ b/core/otto.go @@ -115,6 +115,9 @@ func init123() { if v.IsDir() { continue } + if !strings.Contains(v.Name(), ".js") { + continue + } jr := string("develop/replies/" + v.Name()) data := "" if strings.Contains(jr, "http") {