code refactor. centralized js for functions.

This commit is contained in:
Igor Barkov [iwork] 2019-01-15 13:53:10 +02:00
parent 6113e8ed05
commit f271484f17

View File

@ -1,3 +1,3 @@
function leave(link) {
top.frames['main'].location = link
top.frames['gameframe'].location = link
}