summaryrefslogtreecommitdiff
path: root/app/views/notes
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-21 20:23:19 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-11-21 20:25:49 +0100
commit3e800c3bb1b835cd17e32eedd8816bc17f6317e4 (patch)
treed1bcac057b89cf1c22c8ac6886f94598cfbf4ab2 /app/views/notes
parent1cda62465f60adf5abbcde443fbb1cb1e402a407 (diff)
downloadgitlab-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.haml2
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();