blob: cf7b39ea6619c4766530abe967f95dca2468f982 (
about) (
plain)
1
2
3
4
5
6
|
"Miscellaneous functions and event-handlers"
$(".not-implemented").click((event) => {
event.preventDefault();
alert("This feature is not implemented yet. Please bear with us.");
});
|