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
62526687
Commit
62526687
authored
Oct 11, 2014
by
Mathieu Giraud
Browse files
database.js: remove 'no suggestion...' item
parent
7d1c3222
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/database.js
View file @
62526687
...
...
@@ -624,11 +624,6 @@ function suggest_box(id, list) {
count
++
}
}
if
(
count
==
0
){
var
suggestion
=
document
.
createElement
(
"
div
"
)
suggestion
.
appendChild
(
document
.
createTextNode
(
"
no suggestions ...
"
))
suggest_list
.
appendChild
(
suggestion
)
}
};
//masque la liste
...
...
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