From: Parker Berberian Date: Tue, 25 Jun 2019 20:17:01 +0000 (-0400) Subject: Removed Double onclick X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F68115%2F2;p=pharos-tools.git 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 --- 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 %}