parent
288a40281b
commit
cb0a920653
2 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,8 @@ Window {
|
|||
});
|
||||
|
||||
xhr.send(data);
|
||||
dataScreen.close()
|
||||
|
||||
}
|
||||
|
||||
function fetchGroups() {
|
||||
|
|
|
@ -43,6 +43,7 @@ Window {
|
|||
|
||||
onClicked: submit()
|
||||
Keys.onReturnPressed: submit()
|
||||
|
||||
}
|
||||
|
||||
function submit() {
|
||||
|
@ -63,5 +64,6 @@ Window {
|
|||
});
|
||||
|
||||
xhr.send(data);
|
||||
dataScreen.close()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue