Fixed indentation.

This commit is contained in:
Ajay Ramachandran 2020-01-07 21:23:59 -05:00
parent d15785146f
commit b8ebe5076b

View file

@ -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");
}