loaded (Closes #1482)
Javascript is so much fun... and so much pain at once. Functional
programming is of these things that let you believe you are smarter than
you really are because solving such a simple bug requires so much
understanding of what really happen.
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
}
if ((!href.contains(fqdn) && !this.className.contains('popup')) || node.hasClass('popup')) {
node.click(function () {
- window.open(href);
+ window.open(this.href);
return false;
});
}