mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-20 17:44:30 +02:00
testfix + logs style
This commit is contained in:
@ -56,8 +56,8 @@ function change_config(value) {
|
||||
}
|
||||
|
||||
|
||||
function change_proxy(value) {
|
||||
data = JSON.parse('{{data|tojson}}'); //convertit le dictionnaire data en JSON
|
||||
function change_proxy(value, json) {
|
||||
data = JSON.parse(json); //convertit le dictionnaire data en JSON
|
||||
if (value == "{{len}}"){
|
||||
document.getElementById("submit").value = "Create";
|
||||
document.getElementById("address").value = "";
|
||||
|
Reference in New Issue
Block a user