Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
f4c98d8b
Commit
f4c98d8b
authored
Mar 30, 2021
by
marc duez
Committed by
Mathieu Giraud
Apr 01, 2021
Browse files
menu.js : escape empty text node
parent
24affe3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/menu.js
View file @
f4c98d8b
...
...
@@ -43,7 +43,7 @@ function initMenu () {
url
:
prepend_path_if_not_web
(
config
.
file_menu
.
file
[
0
],
config
.
file_menu
.
path
),
success
:
function
(
result
)
{
$
(
'
#static_file_menu
'
).
css
(
"
display
"
,
""
)
var
demo_file
=
document
.
getElementById
(
"
fileSelector
"
).
firstChild
var
demo_file
=
document
.
getElementById
(
"
fileSelector
"
).
first
Element
Child
var
buildConfigLink
=
function
(
i
)
{
...
...
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