mirror of
https://github.com/13hannes11/UU_hci_prototype.git
synced 2024-09-04 01:11:00 +02:00
remove click action for ordinary appointment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user