szoe-pontok/static/js/utils.js
2024-10-11 15:58:12 +02:00

3 lines
58 B
JavaScript

function redirect(path) {
window.location.href = path;
}