Support for jsgo (not in the editor yet).
[cocanwiki.git] / html / _js / go.js
1 function go (url)
2 {
3   location.href = url;
4 }