aboutsummaryrefslogtreecommitdiff
"Miscellaneous functions and event-handlers"

$(".not-implemented").click((event) => {
    event.preventDefault();
    alert("This feature is not implemented yet. Please bear with us.");
});