working match logic for account add
This commit is contained in:
parent
3f1ebfbac0
commit
4b50711cd3
@ -149,6 +149,10 @@
|
|||||||
if (streamName) {
|
if (streamName) {
|
||||||
streamInput.value = streamName;
|
streamInput.value = streamName;
|
||||||
awesomplete.evaluate();
|
awesomplete.evaluate();
|
||||||
|
if (awesomplete.ul.children.length > 0) {
|
||||||
|
awesomplete.goto(0);
|
||||||
|
awesomplete.select();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user