diff options
| author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-11-21 20:23:19 +0100 |
|---|---|---|
| committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-11-21 20:25:49 +0100 |
| commit | 3e800c3bb1b835cd17e32eedd8816bc17f6317e4 (patch) | |
| tree | d1bcac057b89cf1c22c8ac6886f94598cfbf4ab2 /app/views/notes | |
| parent | 1cda62465f60adf5abbcde443fbb1cb1e402a407 (diff) | |
| download | gitlab-ce-3e800c3bb1b835cd17e32eedd8816bc17f6317e4.tar.gz | |
Refactor GFM JS naming and access
Diffstat (limited to 'app/views/notes')
| -rw-r--r-- | app/views/notes/_create_common_note.js.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notes/_create_common_note.js.haml b/app/views/notes/_create_common_note.js.haml index e7df64c4c1e..a96cc7b3a8c 100644 --- a/app/views/notes/_create_common_note.js.haml +++ b/app/views/notes/_create_common_note.js.haml @@ -10,5 +10,5 @@ - else :plain $(".note-form-holder").replaceWith("#{escape_javascript(render 'form')}"); - setupGfmAutoComplete(); + GitLab.GfmAutoComplete.setup(); |
