// Do nothing function, used for anchor javascript functionality onclick
function noop() {
}

function goBack() {
    history.back();
}