Ensure the URL given to window.open() is absolute (Closes #1545).
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 11 Oct 2011 20:25:41 +0000 (22:25 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 11 Oct 2011 20:25:41 +0000 (22:25 +0200)
commitecd28ce878b37c7f0e8d027679ea22d00c1426f4
tree6a2655d628b4d661a14f007727b191b9d0d358ce
parent6278dfc0a07159cdcb95b29493a860b218b3c26d
Ensure the URL given to window.open() is absolute (Closes #1545).

This avoid issues on browsers with a buggy javascript implementation that
resolve relative URL from dirname(window.location) instead of resolving it
from the base URL provided through the <base> markup in HTML.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/javascript/xorg.js