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) {
|
function change_config(value, data, len) {
|
||||||
console.log(data);
|
console.log(data[2]);
|
||||||
document.getElementById("delete").style.visibility = "hidden";
|
document.getElementById("delete").style.visibility = "hidden";
|
||||||
if (value == len){
|
if (value == len){
|
||||||
document.getElementById("submit").value = "Create !";
|
document.getElementById("submit").value = "Create !";
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<script>data = JSON.parse('{{data|tojson}}'); </script>
|
<script>data = JSON.parse('{{configs|tojson}}'); </script>
|
||||||
{%if not current_user.is_authenticated %}
|
{%if not current_user.is_authenticated %}
|
||||||
<button class="unselected" onclick="location.href = '/login';">login</button>
|
<button class="unselected" onclick="location.href = '/login';">login</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue