Removed no more needed code

This commit is contained in:
MatteoBiscosi 2022-07-21 18:36:09 +02:00
parent 1dbe27f6b0
commit 42196e01a0

View file

@ -354,10 +354,6 @@ function page_utils.print_header(title, addLoginJS)
if addLoginJS then
print[[<script type="application/javascript" src="]] print(http_prefix) print[[/dist/login.js?]] print(static_file_epoch) print[["></script>]]
end
if not zoneinfo then
zoneinfo = "null"
end
print[[
<link href="]] print(http_prefix) print[[/dist/custom-theme.css?]] print(static_file_epoch) print[[" rel="stylesheet">