diff --git a/ui/new/scripts/cloud.core2.domain.js b/ui/new/scripts/cloud.core2.domain.js index d2224aaab42..e883ff27117 100644 --- a/ui/new/scripts/cloud.core2.domain.js +++ b/ui/new/scripts/cloud.core2.domain.js @@ -124,7 +124,7 @@ function afterLoadDomainJSP() { }); } - $treenodeTemplate.bind("click", function(event) { + $treenodeTemplate.unbind("click").bind("click", function(event) { var $thisNode = $(this); var target = $(event.target); var action = target.attr("id");