s/welecome/welcome
This commit is contained in:
parent
306fa2b699
commit
9bb404d8fb
|
@ -55,7 +55,7 @@ Sub ValidateLoggedIn(IE)
|
|||
if lcase(Mid(Elem.href,1,39)) = "http://forum.pj64-emu.com/member.php?u=" then
|
||||
if lcase(Mid(Elem.parentElement.innerHTML,1,11)) = "welcome, <a" then
|
||||
if lcase(Elem.innerHTML) = "buildbot" then
|
||||
WScript.StdOut.WriteLine "Found welecome message"
|
||||
WScript.StdOut.WriteLine "Found welcome message"
|
||||
LoggedIn = true
|
||||
exit for
|
||||
end if
|
||||
|
|
Loading…
Reference in New Issue