gitlab-org--gitlab-foss/app/views/layouts/_init_auto_complete.html.haml

4 lines
178 B
Plaintext
Raw Normal View History

:javascript
2014-03-25 11:40:49 +00:00
GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_project_path(@project, type: @noteable.class, type_id: params[:id])}"
2013-06-21 19:08:16 +00:00
GitLab.GfmAutoComplete.setup();