parent
08d30e66f6
commit
7c202c2d2e
6 changed files with 145 additions and 89 deletions
|
|
@ -580,6 +580,10 @@ class Util {
|
|||
return null;
|
||||
}
|
||||
|
||||
invalidUserIdChars() {
|
||||
return /[^0-9a-z-.=_/]+/g;
|
||||
}
|
||||
|
||||
getFirstVisibleElement(parentNode, where) {
|
||||
let visible = this.findVisibleElements(parentNode);
|
||||
if (visible) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue