prod
Razmig Sarkissian 2 years ago
parent 8e22775d7e
commit 3af6ce9072
  1. 1
      scores/static/scores/style.css
  2. 4
      scores/templates/scores/brackets.html
  3. 4
      scores/templates/scores/index.html
  4. 2
      scores/templates/scores/ranks.html
  5. 4
      scores/templates/scores/teams.html
  6. 4
      scores/templates/scores/tournament.html

@ -13,6 +13,7 @@ html, body {
height: 100%; height: 100%;
padding: 0; padding: 0;
margin: 0; margin: 0;
overflow-anchor: none;
} }
h1 { h1 {

@ -8,9 +8,11 @@
<script src= <script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"> "https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script> </script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %} {% endif %}
<script>history.scrollRestoration = "manual"</script>
<link rel="stylesheet" href="{% static 'scores/style.css' %}"> <link rel="stylesheet" href="{% static 'scores/style.css' %}">
<title>Padel</title> <title>Padel</title>
{% if not tv %} {% if not tv %}

@ -5,10 +5,12 @@
<head> <head>
{% if tv %} {% if tv %}
<script>history.scrollRestoration = "manual"</script>
<script src= <script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"> "https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script> </script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %} {% endif %}
<link rel="stylesheet" href="{% static 'scores/style.css' %}"> <link rel="stylesheet" href="{% static 'scores/style.css' %}">

@ -9,6 +9,8 @@
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"> "https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script> </script>
<script>history.scrollRestoration = "manual"</script> <script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %} {% endif %}
<link rel="stylesheet" href="{% static 'scores/style.css' %}"> <link rel="stylesheet" href="{% static 'scores/style.css' %}">

@ -8,9 +8,11 @@
<script src= <script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"> "https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script> </script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %} {% endif %}
<script>history.scrollRestoration = "manual"</script>
<link rel="stylesheet" href="{% static 'scores/style.css' %}"> <link rel="stylesheet" href="{% static 'scores/style.css' %}">
<title>Padel</title> <title>Padel</title>
{% if not tv %} {% if not tv %}

@ -8,9 +8,11 @@
<script src= <script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"> "https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script> </script>
<script>history.scrollRestoration = "manual"</script>
{% else %}
<script>history.scrollRestoration = "auto"</script>
{% endif %} {% endif %}
<script>history.scrollRestoration = "manual"</script>
<link rel="stylesheet" href="{% static 'scores/style.css' %}"> <link rel="stylesheet" href="{% static 'scores/style.css' %}">
<title>Padel</title> <title>Padel</title>
{% if not tv %} {% if not tv %}

Loading…
Cancel
Save