Commit 872cf404eb0f57472e50de63f149595bd1ad9ac8
1 parent
19e9c736
Exists in
master
and in
4 other branches
fix js syntax error
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/help/index.html.haml
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | = mail_to Gitlab.config.gitlab.support_email, "support contact" | 22 | = mail_to Gitlab.config.gitlab.support_email, "support contact" |
23 | %li | 23 | %li |
24 | Use the | 24 | Use the |
25 | - = link_to "search bar", '#', onclick: "$("#search").focus();" | 25 | + = link_to "search bar", '#', onclick: "$('#search').focus();" |
26 | on the top of this page | 26 | on the top of this page |
27 | %li | 27 | %li |
28 | Ask in our | 28 | Ask in our |