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!
|
// reset order at first!
|
||||||
nodes.forEach(function(aNode, aIndex) {
|
nodes.forEach(function(aNode, aIndex) {
|
||||||
|
if (aNode.getAttribute('class') == 'informationaltab-thumbnail-container')
|
||||||
|
return;
|
||||||
aNode.setAttribute('ordinal', aIndex);
|
aNode.setAttribute('ordinal', aIndex);
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user