Commit c6b5ec0f authored by Eric Eastwood's avatar Eric Eastwood

Update MR diff blob_fork_suggestion after jQuery update

`.init()` was added in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10858

We need to add it the MR diff instance that was added in a separate MR
and of course didn't add a conflict because it is a completely different
piece
parent cc52dfab
......@@ -275,7 +275,8 @@ import BlobForkSuggestion from './blob/blob_fork_suggestion';
cancelButtons: $(el).find('.js-cancel-fork-suggestion-button'),
suggestionSections: $(el).find('.js-file-fork-suggestion-section'),
actionTextPieces: $(el).find('.js-file-fork-suggestion-section-action'),
});
})
.init();
});
},
});
......
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