don't reset position of thumbnail container inserted by informational tab
This commit is contained in:
parent
6c43a67836
commit
5ef4c9f795
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user