Rename 'zen-browser-tabs-wrapper' to 'zen-tabs-wrapper' across multiple files for consistency

This commit is contained in:
mr. M
2025-02-14 11:38:00 +01:00
parent 46ff0020bb
commit c27a26eee4
8 changed files with 13 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ var gZenUIManager = {
if (this._tabsWrapper) {
return this._tabsWrapper;
}
this._tabsWrapper = document.getElementById('zen-browser-tabs-wrapper');
this._tabsWrapper = document.getElementById('zen-tabs-wrapper');
return this._tabsWrapper;
},