get rid of useless shit

pull/83/head
Aevann 2023-01-01 16:13:56 +02:00
parent fbf975deb6
commit d831e7ed2c
5 changed files with 4 additions and 6 deletions

View File

@ -226,7 +226,6 @@ function buildRouletteBets(bets) {
width="32"
data-bs-toggle="tooltip"
data-bs-placement="bottom"
title=""
aria-label="Coin"
data-bs-original-title="Coin">
`;
@ -236,7 +235,6 @@ function buildRouletteBets(bets) {
alt="marseybux"
data-bs-toggle="tooltip"
data-bs-placement="bottom"
title=""
aria-label="Marseybux"
width="32" class="mr-1 ml-1"
data-bs-original-title="Marseybux">

File diff suppressed because one or more lines are too long

View File

@ -76,7 +76,7 @@
<div class="flex-grow-1 d-fl d-mob-none py-2">
<form class="form-inline search flex-nowrap mx-0 mx-lg-auto mb-0" action="/search/posts/" method="get">
<input autocomplete="off" class="form-control w-100" type="search" placeholder="Search" name="q" value="">
<input autocomplete="off" class="form-control w-100" type="search" placeholder="Search" name="q" >
<span class="input-group-append">
<span class="input-group-text border-0 bg-transparent">
<i class="fa fa-search"></i>

View File

@ -76,7 +76,7 @@
<div class="flex-grow-1 d-fl d-mob-none py-2">
<form class="form-inline search flex-nowrap mx-0 mx-lg-auto mb-0" action="/search/posts/" method="get">
<input autocomplete="off" class="form-control w-100" type="search" placeholder="Search" name="q" value="">
<input autocomplete="off" class="form-control w-100" type="search" placeholder="Search" name="q">
<span class="input-group-append">
<span class="input-group-text border-0 bg-transparent">
<i class="fa fa-search"></i>

View File

@ -5,7 +5,7 @@
</div>
<div class="body w-lg-100">
<div class="custom-control custom-switch">
<input autocomplete="off" type="checkbox" class="custom-control-input setting_switch" data-nonce="{{g.nonce}}" id="{{id}}" name="{{name}}"{% if flag %} checked{% endif %} {% if disabled %}disabled=""{% endif %}>
<input autocomplete="off" type="checkbox" class="custom-control-input setting_switch" data-nonce="{{g.nonce}}" id="{{id}}" name="{{name}}"{% if flag %} checked{% endif %} {% if disabled %}disabled{% endif %}>
<label class="custom-control-label" for="{{id}}"></label>
</div>
{% if below_text %}