From 04a2848c1248143a574eed0293e3d0783b1c751d Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Tue, 20 Oct 2020 16:18:38 +0200 Subject: [PATCH] remove click action for ordinary appointment --- index.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.html b/index.html index b983f77..62420d6 100644 --- a/index.html +++ b/index.html @@ -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; }