mirror of https://github.com/apache/cloudstack.git
new UI - domain tree - fix a bug that tree is not expandable after coming back from other pages.
This commit is contained in:
parent
ba52a1632e
commit
fdd2b27e60
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue