Added icons

This commit is contained in:
2020-04-13 17:42:16 +03:00
parent 3f1cc437f4
commit 26d9856f83
6 changed files with 23 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ disableCheckbox.addEventListener('change', (event) => {
});
});
idToHideInput.addEventListener('input', (event) => {
idToHideInput.addEventListener('input', () => {
chrome.storage.sync.set({idToHide: idToHideInput.value}, function() {
console.log('idToHide: '+idToHideInput.value);
});