From e6a645f4128a803d4f5972b1ca548f67576760fa Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Tue, 25 Jun 2019 16:17:01 -0400 Subject: Removed Double onclick Giving the parent div and the button the same onclick meant the function was being executed twice. Change-Id: I51d071ba1cf88d3d45dbdbe9372759c790b087de Signed-off-by: Parker Berberian --- dashboard/src/templates/dashboard/multiple_select_filter_widget.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dashboard') diff --git a/dashboard/src/templates/dashboard/multiple_select_filter_widget.html b/dashboard/src/templates/dashboard/multiple_select_filter_widget.html index 91e55a5..4302543 100644 --- a/dashboard/src/templates/dashboard/multiple_select_filter_widget.html +++ b/dashboard/src/templates/dashboard/multiple_select_filter_widget.html @@ -123,8 +123,9 @@ '{{obj.id}}');">

{{obj.name}}

{{obj.description}}

- + {% endfor %} -- cgit 1.2.3-korg