We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921ab09 commit 70e351bCopy full SHA for 70e351b
app.js
@@ -34,7 +34,7 @@ function initializeExtension() {
34
// and the page is not a new issue page
35
// and there is no Kamino button in the DOM, proceed
36
if (urlObj.url.indexOf(`${urlObj.organization}/${urlObj.currentRepo}/compare/`) < 0 &&
37
- urlObj.url.indexOf`(${urlObj.organization}/${urlObj.currentRepo}/pull/`) < 0 &&
+ urlObj.url.indexOf(`${urlObj.organization}/${urlObj.currentRepo}/pull/`) < 0 &&
38
urlObj.url.indexOf(`${urlObj.organization}/${urlObj.currentRepo}/issues/new`) < 0 &&
39
$('.kaminoButton').length === 0) {
40
0 commit comments