Hi
I think I have found a bug (need to verify) but reading the code, it appears for select link, lines 51-56, the code checks if select link is specified but then only defaults to the first link in line 55. This is in the case multiple links are found.
Ironically, the first link is what I wanted for the project I am working on. Just thought id mention it ;-)
I worked around this, by making selectLink: true.
If multiple links are found and selectLink is null then no link is used. i.e. is it worth having a default.
Paul
Hi
I think I have found a bug (need to verify) but reading the code, it appears for select link, lines 51-56, the code checks if select link is specified but then only defaults to the first link in line 55. This is in the case multiple links are found.
Ironically, the first link is what I wanted for the project I am working on. Just thought id mention it ;-)
I worked around this, by making selectLink: true.
If multiple links are found and selectLink is null then no link is used. i.e. is it worth having a default.
Paul