一度無効化された項目が有効化されなくなっていた
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4987 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
db862c40d8
commit
f3df1131af
@ -287,7 +287,7 @@ ScaleSet.prototype = {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.scale.removeAttribute('disabled');
|
this.scale.removeAttribute('disabled');
|
||||||
this.labels.childNodes.forEach(function(aNode) {
|
this.labels.forEach(function(aNode) {
|
||||||
aNode.removeAttribute('disabled');
|
aNode.removeAttribute('disabled');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user