don't reset position of thumbnail container inserted by informational tab

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-02-03 05:59:32 +09:00
parent 6c43a67836
commit 5ef4c9f795

View File

@ -958,6 +958,8 @@ TreeStyleTabBrowser.prototype = {
// reset order at first!
nodes.forEach(function(aNode, aIndex) {
if (aNode.getAttribute('class') == 'informationaltab-thumbnail-container')
return;
aNode.setAttribute('ordinal', aIndex);
}, this);