ignore hosts option

This commit is contained in:
s2
2017-12-13 10:30:18 +01:00
parent 52e7e13957
commit bd501edba3
3 changed files with 18 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ document.addEventListener('DOMContentLoaded', () => {
});
});
var list = document.querySelectorAll('select,input');
var list = document.querySelectorAll('select,input,textarea');
for (var i = 0; i < list.length; i++) {
list[i].addEventListener('change', (ev) => {
persistOptions();