battles/js/main.js
2019-01-15 21:34:35 +02:00

3 lines
74 B
JavaScript

function hrefToFrame(link) {
top.frames['gameframe'].location = link
}