projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14062c
)
Add missing gitrev tag.
author
Dave Page
<dpage@pgadmin.org>
Mon, 9 Jan 2023 09:38:13 +0000
(09:38 +0000)
committer
Dave Page
<dpage@pgadmin.org>
Mon, 9 Jan 2023 09:38:25 +0000
(09:38 +0000)
templates/base/base.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/base/base.html
b/templates/base/base.html
index 789e803717bd729c72671fac3f58f0fc4d28db3e..1936a03b9bf181d355c4b13ed263941345a01429 100644
(file)
--- a/
templates/base/base.html
+++ b/
templates/base/base.html
@@
-28,7
+28,7
@@
{%endif%}
<link rel="stylesheet" type="text/css" href="/dyncss/base.css?{{gitrev}}">
- <script src="/media/js/theme.js"></script>
+ <script src="/media/js/theme.js
?{{gitrev}}
"></script>
{%block extrahead%}{%endblock%}
</head>