mirror of https://github.com/apache/cloudstack.git
bug 12599
Fix refresh event being called on a nonexistent widget, giving error status 12599: fixed resolved
This commit is contained in:
parent
1dca4aa3bc
commit
3f75802404
|
|
@ -45,7 +45,9 @@
|
|||
};
|
||||
|
||||
$(window).bind('cloudStack.fullRefresh cloudStack.updateResources', function() {
|
||||
getData();
|
||||
if ($dashboard.is(':visible')) {
|
||||
getData();
|
||||
}
|
||||
});
|
||||
|
||||
return function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue