Skip to content

Commit c251ec2

Browse files
committed
EN,CZ : DEBUG_MODE directive location updated due to change
1 parent 692fb67 commit c251ec2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cs/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🐞 Debug režim
22

33
- Debug režim je v produkci automaticky vypnutý
4-
- Zapnete jej změnou **DEBUG_MODE** na **true** v **hvdata/appmain.js**
4+
- Zapnete jej změnou **DEBUG_MODE** na **true** v **index.html**
55

66
## Funkce dostupné v debug režimu
77

cs/oexplorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HelpViewer obsahuje plugin **puiButtonObjectExplorer**. Tento plugin slouží k
44

55
## Aktivace
66

7-
⚠️ ObjectExplorer zásuvný modul je načten pouze pokud aplikace běží s **DEBUG_MODE = true** v **hvdata/appmain.js**. V opačném případě není k dispozici žádná funkcionalita ani výstup a aplikace vrací odpověď nenalezeno pro kapitoly, které modul obsluhuje.
7+
⚠️ ObjectExplorer zásuvný modul je načten pouze pokud aplikace běží s **DEBUG_MODE = true** v **index.html**. V opačném případě není k dispozici žádná funkcionalita ani výstup a aplikace vrací odpověď nenalezeno pro kapitoly, které modul obsluhuje.
88

99
⚠️ Pokud plugin nebyl doposud v rámci relace aktivní, část funkcionality ze seznamu funkcí při použití odkazů nebude ještě k dispozici.
1010

en/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🐞 Debug mode
22

33
- Debug mode is automatically disabled in production.
4-
- Enable it by changing **DEBUG_MODE** to **true** in **hvdata/appmain.js**.
4+
- Enable it by changing **DEBUG_MODE** to **true** in **index.html**.
55

66
## Features available in debug mode
77

en/oexplorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HelpViewer includes the **puiButtonObjectExplorer** plugin. This plugin is used
44

55
## Activation
66

7-
⚠️ The ObjectExplorer plug-in is only loaded if the application is running with **DEBUG_MODE = true** in **hvdata/appmain.js**. Otherwise, no functionality or output is available, and the application returns a "not found" response for the chapters served by the module.
7+
⚠️ The ObjectExplorer plug-in is only loaded if the application is running with **DEBUG_MODE = true** in **index.html**. Otherwise, no functionality or output is available, and the application returns a "not found" response for the chapters served by the module.
88

99
⚠️ If the plugin has not yet been active during the session, some of the functionality from the list of functions will not yet be available when using links.
1010

0 commit comments

Comments
 (0)