From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/api/clients/openwindow/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/api/clients/openwindow') diff --git a/files/ru/web/api/clients/openwindow/index.html b/files/ru/web/api/clients/openwindow/index.html index a1f6ba58c9..d826c65b06 100644 --- a/files/ru/web/api/clients/openwindow/index.html +++ b/files/ru/web/api/clients/openwindow/index.html @@ -22,7 +22,7 @@ translation_of: Web/API/Clients/openWindow

Синтаксис

-
self.clients.openWindow(url).then(function(windowClient) {
+
self.clients.openWindow(url).then(function(windowClient) {
   // Do something with your WindowClient
 });
@@ -41,7 +41,7 @@ translation_of: Web/API/Clients/openWindow

Примеры

-
// Отправить уведомление в OS, если возможно
+
// Отправить уведомление в OS, если возможно
 if (self.Notification.permission === 'granted') {
   const notificationObject = {
     body: 'Click here to view your messages.',
-- 
cgit v1.2.3-54-g00ecf