Skip to content

Commit

Permalink
Update jquery to 3.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: beorn7 <[email protected]>
  • Loading branch information
beorn7 committed Jun 24, 2019
1 parent 66c2895 commit 008a5f6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
20 changes: 10 additions & 10 deletions asset/assets_vfsdata.go

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions resources/static/jquery-2.1.4.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions resources/static/jquery-3.4.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Prometheus Pushgateway</title>

<script src="{{.BaseURL}}/static/jquery-2.1.4.min.js"></script>
<script src="{{.BaseURL}}/static/jquery-3.4.1.min.js"></script>
<link rel="stylesheet" href="{{.BaseURL}}/static/bootstrap-3.3.4-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="{{.BaseURL}}/static/bootstrap-3.3.4-dist/css/bootstrap-theme.min.css">
<script src="{{.BaseURL}}/static/bootstrap-3.3.4-dist/js/bootstrap.min.js"></script>
Expand Down

0 comments on commit 008a5f6

Please sign in to comment.