aboutsummaryrefslogtreecommitdiff
path: root/files/ru/conflicting/web/api/web_storage_api/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-18 21:44:39 +0300
committerGitHub <noreply@github.com>2021-03-18 21:44:39 +0300
commit415bedec7d098435d3393eba2fe69e0c96f3dbf3 (patch)
treed8e8a25e1b2428fab33d68ffe555d18509639577 /files/ru/conflicting/web/api/web_storage_api/index.html
parent100316f2f54500ba714391b4f6940e96bd246b77 (diff)
downloadtranslated-content-415bedec7d098435d3393eba2fe69e0c96f3dbf3.tar.gz
translated-content-415bedec7d098435d3393eba2fe69e0c96f3dbf3.tar.bz2
translated-content-415bedec7d098435d3393eba2fe69e0c96f3dbf3.zip
Unify translation of "слушатель" (#207)
* Unify translation of "слушатель" * Fixes after review
Diffstat (limited to 'files/ru/conflicting/web/api/web_storage_api/index.html')
-rw-r--r--files/ru/conflicting/web/api/web_storage_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/conflicting/web/api/web_storage_api/index.html b/files/ru/conflicting/web/api/web_storage_api/index.html
index 25f0170d91..cbcff26342 100644
--- a/files/ru/conflicting/web/api/web_storage_api/index.html
+++ b/files/ru/conflicting/web/api/web_storage_api/index.html
@@ -82,7 +82,7 @@ alert( "username = " + sessionStorage.getItem("username"));
field.value = sessionStorage.getItem("autosave");
}
- // Прослушивать изменения значения текстового поля
+ // Обрабатывать изменения значения текстового поля
field.addEventListener("change", function() {
// И сохранить результаты в объект хранилища сессий
sessionStorage.setItem("autosave", field.value);