aboutsummaryrefslogtreecommitdiff
path: root/files/ru/tools/debugger/how_to
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
commit786d51e5e35f25c06fc64083574a435e240b2a54 (patch)
tree7f2967c8f445737d9d9df5f318bdebe851434087 /files/ru/tools/debugger/how_to
parentc058fa0fb22dc40ef0225b21a97578cddd0aaffa (diff)
downloadtranslated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.gz
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.bz2
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.zip
unslug ru: modify
Diffstat (limited to 'files/ru/tools/debugger/how_to')
-rw-r--r--files/ru/tools/debugger/how_to/debug_eval_sources/index.html3
-rw-r--r--files/ru/tools/debugger/how_to/pretty-print_a_minified_file/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/ru/tools/debugger/how_to/debug_eval_sources/index.html b/files/ru/tools/debugger/how_to/debug_eval_sources/index.html
index 29224f2590..714444fe1c 100644
--- a/files/ru/tools/debugger/how_to/debug_eval_sources/index.html
+++ b/files/ru/tools/debugger/how_to/debug_eval_sources/index.html
@@ -1,9 +1,10 @@
---
title: Отладка кода внутри eval
-slug: Tools/Debugger/How_to/Отладка_кода_внутри_eval
+slug: Tools/Debugger/How_to/Debug_eval_sources
tags:
- Отладка
translation_of: Tools/Debugger/How_to/Debug_eval_sources
+original_slug: Tools/Debugger/How_to/Отладка_кода_внутри_eval
---
<div>{{ToolsSidebar}}</div><div class="geckoVersionNote">
<p>Доступно, начиная с Firefox 36.</p>
diff --git a/files/ru/tools/debugger/how_to/pretty-print_a_minified_file/index.html b/files/ru/tools/debugger/how_to/pretty-print_a_minified_file/index.html
index e224f9d591..2800f84c31 100644
--- a/files/ru/tools/debugger/how_to/pretty-print_a_minified_file/index.html
+++ b/files/ru/tools/debugger/how_to/pretty-print_a_minified_file/index.html
@@ -1,7 +1,8 @@
---
title: Работа с минифицированным кодом
-slug: Tools/Debugger/How_to/Работа_с_минифицированным_кодом
+slug: Tools/Debugger/How_to/Pretty-print_a_minified_file
translation_of: Tools/Debugger/How_to/Pretty-print_a_minified_file
+original_slug: Tools/Debugger/How_to/Работа_с_минифицированным_кодом
---
<div>{{ToolsSidebar}}</div><p>Чтобы представить минифицированный код в удобочитаемом виде, откройте его, а затем нажмите на иконку с фигурными скобками:</p>