Skip to content
Snippets Groups Projects
Commit 98bb23ff authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Move misplaced comment

parent 07f2dc1e
No related branches found
No related tags found
No related merge requests found
......@@ -110,10 +110,11 @@
suggestions.unshift({q: q, label: q, time: time, search: 2})
}
else {
// whitespace necessary because duplicates aren't allowed in the dropdown
suggestions.push({q: q+"*", label: q + ' ', time: time, search: 1})
}
// whitespace necessary because duplicates aren't allowed in the dropdown
self.items = suggestions
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment