From 7b0dfdfc8a0743d0e34f8b702c80f42c9c354737 Mon Sep 17 00:00:00 2001 From: Thomas Mitchell Date: Mon, 29 Apr 2019 10:24:16 -0400 Subject: [PATCH] Embed jquery --- server/static.go | 5 ++++- web/embed/mappings.yml | 5 ++++- web/include/jquery-3.4.0.min.js | 2 ++ web/{ => include}/lens.js | 0 web/index.html | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 web/include/jquery-3.4.0.min.js rename web/{ => include}/lens.js (100%) diff --git a/server/static.go b/server/static.go index 1449250..27865fc 100644 --- a/server/static.go +++ b/server/static.go @@ -37,7 +37,7 @@ var webStatics = map[string]staticFile{ - + +