Disabled Piped-Material preferrences temprorarly
This commit is contained in:
parent
adb3db99c6
commit
8613d52c40
|
@ -32,7 +32,7 @@ function changeFrontendsSettings(frontend) {
|
|||
freetubeYatteeDivElement.style.display = 'none';
|
||||
}
|
||||
else if (frontend == 'pipedMaterial') {
|
||||
invidiousPipedDivElement.style.display = 'block'
|
||||
invidiousPipedDivElement.style.display = 'none'
|
||||
invidiousDivElement.style.display = 'none';
|
||||
pipedDivElement.style.display = 'none';
|
||||
pipedMaterialDivElement.style.display = 'block';
|
||||
|
|
Loading…
Reference in New Issue