remove click action for ordinary appointment

This commit is contained in:
2020-10-20 16:18:38 +02:00
parent ec0c13a56e
commit 04a2848c12

View File

@@ -187,13 +187,6 @@
appointment_dict[this.id] = this;
}
clicked = function(event){
alert("I was clicked");
this.parent.remove_child(this.id)
this.parent.rebulid_html();
}
set_parent = function(parent) {
this.parent = parent;
}