Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Pixel Humain
co2
Commits
33a5fd76
Commit
33a5fd76
authored
Jun 18, 2019
by
Tibor Katelbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dont init docs if costum
parent
3622d522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
views/docs/index.php
views/docs/index.php
+6
-4
No files found.
views/docs/index.php
View file @
33a5fd76
...
...
@@ -356,11 +356,13 @@ jQuery(document).ready(function() {
mylog
.
log
(
"
render
"
,
"
co2.views.docs.index
"
);
dir
=
(
dir
==
""
)
?
mainLanguage
:
dir
;
if
(
page
!=
""
)
initDocs
(
page
,
dir
);
else
initDocs
(
"
welcome
"
,
mainLanguage
);
if
(
costum
==
null
){
if
(
page
!=
""
)
initDocs
(
page
,
dir
);
else
initDocs
(
"
welcome
"
,
mainLanguage
);
}
bindLinkDocs
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment