mais quoi ??

This commit is contained in:
piair 2023-09-10 11:02:15 +02:00
parent 01f678a216
commit e7f74e6882
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ function change_discord(value, data, len) {
}
function change_config(value, data, len) {
console.log(data);
console.log(data[2]);
document.getElementById("delete").style.visibility = "hidden";
if (value == len){
document.getElementById("submit").value = "Create !";

View File

@ -42,7 +42,7 @@
{% block content %}
<script>data = JSON.parse('{{data|tojson}}'); </script>
<script>data = JSON.parse('{{configs|tojson}}'); </script>
{%if not current_user.is_authenticated %}
<button class="unselected" onclick="location.href = '/login';">login</button>
{% else %}