Commit b45d3c5d authored by Denys Mishunov's avatar Denys Mishunov

Re-enabling notes/comments in Snippet view

parent 0cfb4ae0
...@@ -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