minor fix
This commit is contained in:
parent
61eba79770
commit
e4f4545ad3
@ -24,7 +24,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
let formContainer = create('div'); formContainer.className = "ts form";
|
let formContainer = create('div'); formContainer.className = "ts form";
|
||||||
let form = create('form'); form.method = "POST"; form.action = "ajax/config.php"; form.name = "config"; form.id = "config";
|
let form = create('form'); form.method = "POST"; form.action = "ajax/config.php"; form.name = "config"; form.id = "config"; form.className = "clearfix";
|
||||||
|
form.autocomplete = "nope";
|
||||||
|
|
||||||
for (key in data) {
|
for (key in data) {
|
||||||
if (["name", "limit", "register"].indexOf(key) != -1) {
|
if (["name", "limit", "register"].indexOf(key) != -1) {
|
||||||
@ -109,4 +110,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})();
|
})();
|
Loading…
x
Reference in New Issue
Block a user