Line 47: | Line 47: | ||
["biolab", ""] | ["biolab", ""] | ||
] | ] | ||
− | |||
− | |||
for (var i = 0; i < links.length; i++) { | for (var i = 0; i < links.length; i++) { | ||
Line 56: | Line 54: | ||
$(this).css('cursor', 'auto'); | $(this).css('cursor', 'auto'); | ||
}).click(function () { | }).click(function () { | ||
− | window.location.replace(links[i][ | + | window.location.replace(links[i][0]); |
}); | }); | ||
} | } |
Revision as of 13:11, 28 October 2017