Skip to content

Commit

Permalink
Remove "noscript" tag from html head (#33846)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang authored Mar 10, 2025
1 parent 657239b commit 7fa47de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/base/head.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<link rel="icon" href="{{AssetUrlPrefix}}/img/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="{{AssetUrlPrefix}}/img/favicon.png" type="image/png">
{{template "base/head_script" .}}
<noscript>
<style>
.dropdown:hover > .menu { display: block; }
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
</style>
</noscript>
{{template "base/head_opengraph" .}}
{{template "base/head_style" .}}
{{template "custom/header" .}}
Expand Down

0 comments on commit 7fa47de

Please sign in to comment.