diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-18 20:28:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 20:28:37 +0300 |
commit | 05564d56aa54eb11cbdc3684e1b4a843a3b9196c (patch) | |
tree | a3fc1bf9cbc05337af99495d6892ee886236b279 /files/ru/web/api/notification/index.html | |
parent | 8bd9f80b24f0312c6138cfaa125eebb8f3aa7a3e (diff) | |
download | translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.tar.gz translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.tar.bz2 translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.zip |
[RU] Fix live samples (#2767)
Diffstat (limited to 'files/ru/web/api/notification/index.html')
-rw-r--r-- | files/ru/web/api/notification/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/notification/index.html b/files/ru/web/api/notification/index.html index 8d7e4f26ab..46f7438ac1 100644 --- a/files/ru/web/api/notification/index.html +++ b/files/ru/web/api/notification/index.html @@ -172,7 +172,7 @@ translation_of: Web/API/Notification // по этому поводу. }</pre> -<p>{{EmbedLiveSample('%D0%9F%D1%80%D0%B8%D0%BC%D0%B5%D1%80', '100%', 30)}}</p> +<p>{{EmbedLiveSample('Пример', '100%', 30)}}</p> <p>В большинстве случаев вам не надо быть столь многословными. Например в нашем <a href="http://mdn.github.io/emogotchi/">демо Emogotchi</a> (<a href="https://github.com/mdn/emogotchi">исходный код</a>), мы просто запускаем {{domxref("Notification.requestPermission")}} несмотря ни на что, чтобы быть уверенными, что мы сможем получить разрешение на отправку уведомлений (тут используется синтаксис новейшего promise-based метода):</p> |