battles/js/main.js

3 lines
74 B
JavaScript

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