Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmurphy01 committed Jun 19, 2017
1 parent f60dc8f commit b1b522f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function initializeExtension() {
// if the page is not a pull request page(view or create)
// and the page is not a new issue page
// and there is no Kamino button in the DOM, proceed
if (urlOjb.url.indexOf(url.organization + '/' + url.currentRepo + '/compare/') < 0 &&
if (urlObj.url.indexOf(url.organization + '/' + url.currentRepo + '/compare/') < 0 &&
urlObj.url.indexOf(url.organization + '/' + url.currentRepo + '/pull/') < 0 &&
urlObj.url.indexOf(url.organization + '/' + url.currentRepo + '/issues/new') < 0 &&
$('.kaminoButton').length === 0) {
Expand Down

0 comments on commit b1b522f

Please sign in to comment.