Commit 9fd19faf authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'dmishunov-snippet-vue-notes' into 'master'

Re-enabling notes/comments in Snippet view

See merge request gitlab-org/gitlab!27039
parents a0848f2f b45d3c5d
...@@ -14,5 +14,6 @@ document.addEventListener('DOMContentLoaded', () => { ...@@ -14,5 +14,6 @@ document.addEventListener('DOMContentLoaded', () => {
snippetEmbed(); snippetEmbed();
} else { } else {
initSnippetsApp(); initSnippetsApp();
initNotes();
} }
}); });
...@@ -14,5 +14,6 @@ document.addEventListener('DOMContentLoaded', () => { ...@@ -14,5 +14,6 @@ document.addEventListener('DOMContentLoaded', () => {
snippetEmbed(); snippetEmbed();
} else { } else {
initSnippetsApp(); initSnippetsApp();
initNotes();
} }
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment