diff options
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/web/api/document/readystate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/document/readystate/index.html b/files/ru/web/api/document/readystate/index.html index 6e9a13266d..52eb1850bb 100644 --- a/files/ru/web/api/document/readystate/index.html +++ b/files/ru/web/api/document/readystate/index.html @@ -37,7 +37,7 @@ translation_of: Web/API/Document/readyState <h3 id="Разные_состояния_загрузки_страницы">Разные состояния загрузки страницы</h3> -<pre class="brush: js notranslate" dir="rtl"><span>switch (document.readyState) { +<pre class="brush: js notranslate"><span>switch (document.readyState) { case "loading": // Страница все еще загружается break; |