Revert diff notes bundle change
This commit is contained in:
parent
b7f6f96abd
commit
7e88d9c7e4
1 changed files with 2 additions and 3 deletions
|
@ -69,10 +69,9 @@ export default () => {
|
|||
|
||||
gl.diffNotesCompileComponents();
|
||||
|
||||
const resolveCountAppEl = document.querySelector('#resolve-count-app');
|
||||
if (!hasVueMRDiscussionsCookie() && resolveCountAppEl) {
|
||||
if (!hasVueMRDiscussionsCookie()) {
|
||||
new Vue({
|
||||
el: resolveCountAppEl,
|
||||
el: '#resolve-count-app',
|
||||
components: {
|
||||
'resolve-count': ResolveCount
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue