function action()

in static/util.js [1:3]


function action(endpoint_name) {
    window.location.replace('/' + endpoint_name);
}