diff options
Diffstat (limited to 'xess')
| -rw-r--r-- | xess/xess.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xess/xess.go b/xess/xess.go index 8f57d79..be5075e 100644 --- a/xess/xess.go +++ b/xess/xess.go @@ -24,6 +24,7 @@ var ( func init() { Mount(http.DefaultServeMux) + //goland:noinspection GoBoolExpressions if anubis.Version != "devel" { URL = filepath.Join(filepath.Dir(URL), "xess.min.css") } |
