Remove unused variables
This commit is contained in:
parent
6a60938b09
commit
f60b7686d0
110 changed files with 242 additions and 277 deletions
|
@ -15,7 +15,7 @@ import '../../assets/css/scrollstyles.scss';
|
|||
newButton.classList.add(activeButtonClass);
|
||||
}
|
||||
|
||||
function getTabPanel(tabs, index) {
|
||||
function getTabPanel() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -291,13 +291,13 @@ import '../../assets/css/scrollstyles.scss';
|
|||
}
|
||||
};
|
||||
|
||||
EmbyTabs.triggerBeforeTabChange = function (selected) {
|
||||
EmbyTabs.triggerBeforeTabChange = function () {
|
||||
const tabs = this;
|
||||
|
||||
triggerBeforeTabChange(tabs, tabs.selectedIndex());
|
||||
};
|
||||
|
||||
EmbyTabs.triggerTabChange = function (selected) {
|
||||
EmbyTabs.triggerTabChange = function () {
|
||||
const tabs = this;
|
||||
|
||||
tabs.dispatchEvent(new CustomEvent('tabchange', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue