fixed broken search buttons

This commit is contained in:
partisan 2024-11-19 14:19:15 +01:00
parent 998896ad86
commit 3ca7d57680
7 changed files with 1 additions and 7 deletions

View file

@ -17,7 +17,6 @@
</head>
<body>
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
<input type="hidden" name="t" value="file" />
<h1 class="logomobile">
<div class="logo-container" herf="/">
<a href="/">

View file

@ -17,7 +17,6 @@
</head>
<body>
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
<input type="hidden" name="t" value="forum" />
<h1 class="logomobile">
<div class="logo-container" herf="/">
<a href="/">

View file

@ -25,7 +25,6 @@
</head>
<body>
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
<input type="hidden" name="t" value="image" />
<h1 class="logomobile">
<div class="logo-container" herf="/">
<a href="/">

View file

@ -32,7 +32,6 @@
</head>
<body>
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
<input type="hidden" name="t" value="map" />
<h1 class="logomobile">
<div class="logo-container" herf="/">
<a href="/">

View file

@ -17,7 +17,6 @@
</head>
<body>
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
<input type="hidden" name="t" value="text" />
<h1 class="logomobile">
<div class="logo-container" herf="/">
<a href="/">

View file

@ -17,7 +17,6 @@
</head>
<body>
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
<input type="hidden" name="t" value="video" />
<h1 class="logomobile">
<div class="logo-container" herf="/">
<a href="/">

View file

@ -9,7 +9,7 @@ import (
// Function to check for updates and restart the server if an update is found
func checkForUpdates() {
repoURL := "https://weforgecode.xyz/Spitfire/Search.git"
repoURL := "https://weforge.xyz/Spitfire/Search.git"
localDir := "." // Assume the repository is cloned in the current directory
for {