new UI - domain tree - fix a bug that tree is not expandable after coming back from other pages.

This commit is contained in:
Jessica Wang 2010-10-21 14:17:51 -07:00
parent ba52a1632e
commit fdd2b27e60
1 changed files with 1 additions and 1 deletions

View File

@ -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");