code refactor. centralized js for functions.

This commit is contained in:
Igor Barkov [iwork]
2019-01-15 13:52:15 +02:00
parent b742d8606d
commit 6113e8ed05
4 changed files with 14 additions and 15 deletions

3
js/main.js Normal file
View File

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