diff --git a/modules/browser.js b/modules/browser.js index 935133dd..3b367023 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -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);