-
- Downloads
[FIX] web_tour: prevent redirection if a link is a javascript protocol
The default action for a tour step whose trigger is a <a/> tag is: * Redirection to the a href if it is a valid link * Clicking on it if the <a/> is used as a handler-binded button The previous condition forgot to consider href="javascript:void(0)" as a non-valid redirection link.
Please register or sign in to comment