From: Parker Berberian Date: Tue, 25 Jun 2019 20:17:01 +0000 (-0400) Subject: Removed Double onclick X-Git-Tag: 2.0.99~81^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8108d13501a050bef79038b1f64f91acbd75a6f4;p=laas.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/src/templates/dashboard/multiple_select_filter_widget.html b/src/templates/dashboard/multiple_select_filter_widget.html index 91e55a5..4302543 100644 --- a/src/templates/dashboard/multiple_select_filter_widget.html +++ b/src/templates/dashboard/multiple_select_filter_widget.html @@ -123,8 +123,9 @@ '{{obj.id}}');">

{{obj.name}}

{{obj.description}}

- + {% endfor %}