Hi,
I set the url link to the 2 groups on click like this
1-st group:
window.open("http://www.google.com", "_blank");
2-nd group:
window.open("http://translate.google.com", "_blank");
the problem is then I test the animation, 1-st and 2-nd group gets me to 2-nd group link.
How could I fix it?