mais quoi ??
This commit is contained in:
parent
01f678a216
commit
e7f74e6882
|
@ -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 !";
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue