Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GeoVistoogsi
AR
Merge requests
!196
An error occurred while fetching the assigned milestone of the selected merge_request.
Update public/ar_debug_console.js
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Percen
requested to merge
21pesi1bif-master-patch-82313
into
master
3 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Loading
You're only seeing
other activity
in the feed. To add a comment, switch to one of the following options.
Show all activity
Show comments only
Please
register
or
sign in
to reply
Viewing commit
230bb904
Show latest version
1 file
+
1
-
1
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
230bb904
Update public/ar_debug_console.js
· 230bb904
Percen
authored
3 months ago
public/ar_debug_console.js
+
1
-
1
Options
View file @ 230bb904
Edit in single-file editor
Open in Web IDE
Show full file
// Debug-Konsole aktivieren
// Debug-Konsole aktivieren
const
debugConsoleEnabled
=
tru
e
;
const
debugConsoleEnabled
=
fals
e
;
if
(
debugConsoleEnabled
)
{
if
(
debugConsoleEnabled
)
{
const
debugConsole
=
document
.
getElementById
(
'
debug-console
'
);
const
debugConsole
=
document
.
getElementById
(
'
debug-console
'
);
Menu
Explore
Projects
Groups
Snippets