mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update base.html
This commit is contained in:
parent
9b9e97b066
commit
7fe66bdc7f
1 changed files with 0 additions and 7 deletions
|
@ -44,13 +44,6 @@
|
|||
.disabled_if_nojs {pointer-events: none; cursor: default; text-decoration: line-through;}
|
||||
</style>
|
||||
</noscript>
|
||||
<script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
|
||||
<script>
|
||||
function addDarkmodeWidget() {
|
||||
new Darkmode().showWidget();
|
||||
}
|
||||
window.addEventListener('load', addDarkmodeWidget);
|
||||
</script>
|
||||
</head>
|
||||
<body class="{{ endpoint }}_endpoint" >
|
||||
{% include 'oscar/navbar.html' %}
|
||||
|
|
Loading…
Add table
Reference in a new issue