From bcaf031a7581b94471bd683a3bc7dab123637063 Mon Sep 17 00:00:00 2001 From: Saranya Balasubramanian Date: Mon, 9 Dec 2024 15:13:36 +0100 Subject: [PATCH] discard milestone --- apis_ontology/static/scripts/show_popup.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apis_ontology/static/scripts/show_popup.js b/apis_ontology/static/scripts/show_popup.js index a766cc1..0b11927 100644 --- a/apis_ontology/static/scripts/show_popup.js +++ b/apis_ontology/static/scripts/show_popup.js @@ -100,6 +100,11 @@ let behaviors = { return result; }, + // Discard milestone + "milestone": function(e) { + return null; + }, + } };