diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-07-28 12:53:51 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-07-28 12:53:51 +0100 |
commit | 7a251207e1b6f2b4c709d319d870694ace620e0c (patch) | |
tree | a9a5fefe7d04c05d2fb379a3b6458bbf800f2b6f /app/assets/javascripts/notes/index.js | |
parent | b45b604d9410e19b7a6c0783343626f1ff163708 (diff) | |
download | gitlab-ce-7a251207e1b6f2b4c709d319d870694ace620e0c.tar.gz |
[ci skip] Emit events up to prevent accessing refs of refs
Diffstat (limited to 'app/assets/javascripts/notes/index.js')
-rw-r--r-- | app/assets/javascripts/notes/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/notes/index.js b/app/assets/javascripts/notes/index.js index 4c5b06f4791..5a234564f18 100644 --- a/app/assets/javascripts/notes/index.js +++ b/app/assets/javascripts/notes/index.js @@ -18,6 +18,8 @@ document.addEventListener('DOMContentLoaded', () => new Vue({ newSessionPath: notesDataset.newSessionPath, registerPath: notesDataset.registerPath, notesPath: notesDataset.notesPath, + markdownDocs: notesDataset.markdownDocs, + quickActionsDocs: notesDataset.quickActionsDocs, }, }; }, |