Skip to content

Commit f8dfb59

Browse files
wxiaoguangjerger
authored andcommitted
Remove "noscript" tag from html head (go-gitea#33846)
(cherry picked from commit 7fa47de)
1 parent bd97199 commit f8dfb59

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

templates/base/head.tmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
<link rel="icon" href="{{AssetUrlPrefix}}/img/favicon.svg" type="image/svg+xml">
2121
<link rel="alternate icon" href="{{AssetUrlPrefix}}/img/favicon.png" type="image/png">
2222
{{template "base/head_script" .}}
23-
<noscript>
24-
<style>
25-
.dropdown:hover > .menu { display: block; }
26-
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
27-
</style>
28-
</noscript>
2923
{{template "shared/user/mention_highlight" .}}
3024
{{template "base/head_opengraph" .}}
3125
{{template "base/head_style" .}}

0 commit comments

Comments
 (0)