Fix style issues
This commit is contained in:
parent
04b9b44e92
commit
b3bf2006c5
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ $(document).ready(function() {
|
|||
var bitbucketCommitUrl = /^https?:\/\/(?:www\.)?bitbucket\.org\/(.*?)\/(.*?)\/commits\/(.*?)(?:\/raw)?(?:\/.*)?$/;
|
||||
var bitbucketPrUrl = /^https?:\/\/(?:www\.)?bitbucket\.org\/(.*?)\/(.*?)\/pull-requests\/(.*?)(?:\/.*)?$/;
|
||||
|
||||
|
||||
function gitLabUrlGen(userName, projectName, type, value) {
|
||||
return 'https://crossorigin.me/https://gitlab.com/' + userName + '/' + projectName + '/' + type + '/' + value + '.diff';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue