fixed #12009: Export JS errors in IE7
This commit is contained in:
parent
aea8d184a6
commit
a9b4af6bc2
2 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ my $template = <<'TEMPLATE';
|
|||
}
|
||||
tree = document.getElementById('tree');
|
||||
tree.innerHTML = '';
|
||||
_.each(JSON.parse(data.status), function (root) {
|
||||
_.each(YAHOO.lang.JSON.parse(data.status), function (root) {
|
||||
recurse(root, tree);
|
||||
});
|
||||
bar.update(finished, total);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue