mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 18:59:09 -04:00
4 lines
78 B
JavaScript
Vendored
4 lines
78 B
JavaScript
Vendored
function navigate(url)
|
|
{
|
|
window.location.href = window.location+'/'+url;
|
|
} |