fixed broken search buttons
This commit is contained in:
parent
998896ad86
commit
3ca7d57680
7 changed files with 1 additions and 7 deletions
|
@ -17,7 +17,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
|
<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">
|
<h1 class="logomobile">
|
||||||
<div class="logo-container" herf="/">
|
<div class="logo-container" herf="/">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
|
<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">
|
<h1 class="logomobile">
|
||||||
<div class="logo-container" herf="/">
|
<div class="logo-container" herf="/">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
|
<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">
|
<h1 class="logomobile">
|
||||||
<div class="logo-container" herf="/">
|
<div class="logo-container" herf="/">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
|
<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">
|
<h1 class="logomobile">
|
||||||
<div class="logo-container" herf="/">
|
<div class="logo-container" herf="/">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
|
<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">
|
<h1 class="logomobile">
|
||||||
<div class="logo-container" herf="/">
|
<div class="logo-container" herf="/">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="/search" id="prev-next-form" class="results-search-container" method="GET" autocomplete="off">
|
<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">
|
<h1 class="logomobile">
|
||||||
<div class="logo-container" herf="/">
|
<div class="logo-container" herf="/">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
|
|
|
@ -9,7 +9,7 @@ import (
|
||||||
|
|
||||||
// Function to check for updates and restart the server if an update is found
|
// Function to check for updates and restart the server if an update is found
|
||||||
func checkForUpdates() {
|
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
|
localDir := "." // Assume the repository is cloned in the current directory
|
||||||
|
|
||||||
for {
|
for {
|
||||||
|
|
Loading…
Add table
Reference in a new issue