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
This commit is contained in:
Eric Eastwood 2017-04-25 13:24:27 -05:00
parent cc52dfab92
commit c6b5ec0fd8
1 changed files with 2 additions and 1 deletions

View File

@ -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();
});
},
});