fixes #31
This commit is contained in:
parent
bc8be798f7
commit
d55a221549
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ document.getElementsByTagName('form')[1];
|
|||
document.querySelector('form[name="search"]');
|
||||
|
||||
// 5
|
||||
document.querySelector('form[name="search-person"] input')
|
||||
document.querySelector('form[name="search"] input')
|
||||
|
||||
// 6
|
||||
document.getElementsByName("info[0]")[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue