From 686b4b3207b7269357b6608c90f3be831121e64d Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Mon, 25 Jan 2016 18:08:40 +0100 Subject: [PATCH] Adds a modal help --- router.go | 2 +- static/index.html | 23 ++++++++++++++++++----- static/js/satbd.satellite.bar.js | 19 +++++++++++++++++-- static/js/ui-bootstrap-tpls-1.1.0.min.js | 10 ++++++++++ 4 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 static/js/ui-bootstrap-tpls-1.1.0.min.js diff --git a/router.go b/router.go index 3130969..b83128d 100644 --- a/router.go +++ b/router.go @@ -121,7 +121,7 @@ func (a *appData) buildRouter() http.Handler { }))) - dirs := []string{"css", "js", "img", "fonts"} + dirs := []string{"css", "js", "img", "fonts", "html"} for _, d := range dirs { router.ServeFiles(path.Join("/", d, "/*filepath"), http.Dir(filepath.Join("static", d))) } diff --git a/static/index.html b/static/index.html index d1bbbc5..bfc56f3 100644 --- a/static/index.html +++ b/static/index.html @@ -11,7 +11,18 @@