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

5 lines
238 B
Plaintext
Raw Normal View History

:javascript
2013-06-21 19:08:16 +00:00
GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_project_path(@project)}"
GitLab.GfmAutoComplete.Emoji.assetBase = "#{Gitlab.config.gitlab.relative_url_root + '/assets/emoji'}"
2013-06-21 19:08:16 +00:00
GitLab.GfmAutoComplete.setup();