mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 23:24:18 +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 () {
|
||||
{% for accesso in accessi %}
|
||||
adduser();
|
||||
$("#utente{{ loop.counter }} option").prop("selected", false);
|
||||
$("#utente{{ loop.counter }} option[value={{ accesso.iid }}]").prop("selected", true);
|
||||
{% endfor %}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue