mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-29 02:34:20 +00:00
Fix edit device page
This commit is contained in:
parent
cd1d730fc1
commit
f835da82c6
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
{% for accesso in accessi %}
|
{% for accesso in accessi %}
|
||||||
adduser();
|
adduser();
|
||||||
|
$("#utente{{ loop.counter }} option").prop("selected", false);
|
||||||
$("#utente{{ loop.counter }} option[value={{ accesso.iid }}]").prop("selected", true);
|
$("#utente{{ loop.counter }} option[value={{ accesso.iid }}]").prop("selected", true);
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue