Commit 872cf404 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fix js syntax error

parent 19e9c736
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
= mail_to Gitlab.config.gitlab.support_email, "support contact" = mail_to Gitlab.config.gitlab.support_email, "support contact"
%li %li
Use the Use the
= link_to "search bar", '#', onclick: "$("#search").focus();" = link_to "search bar", '#', onclick: "$('#search').focus();"
on the top of this page on the top of this page
%li %li
Ask in our Ask in our
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment