mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fixed indentation.
This commit is contained in:
parent
d15785146f
commit
b8ebe5076b
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ function activateTextChange(element) {
|
|||
textBox.value = SB.config[option];
|
||||
|
||||
let setButton = element.querySelector(".text-change-set");
|
||||
setButton.addEventListener("click", () => {SB.config[option] = textBox.value});
|
||||
setButton.addEventListener("click", () => {SB.config[option] = textBox.value});
|
||||
|
||||
element.querySelector(".option-hidden-section").classList.remove("hidden");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue