Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 620ae59

Browse files
committed
Doc
1 parent 7d307af commit 620ae59

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
Changelog of Pull Request Notifier for Bitbucket.
44

5-
## Unreleased
5+
## 2.27
6+
### GitHub [#128](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/128) Trigger button not showing up.
7+
Making buttons compatible with 4.7.1
8+
9+
[f88dcfea158ea3f](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/f88dcfea158ea3f) Tomas Bjerre *2016-06-29 18:26:13*
10+
611
### No issue
712
Latest changelog plugin
813

src/main/resources/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ define('plugin/prnfb/admin', [
1111

1212
var buttonsAdminUrlPostUrl = AJS.contextPath() + "/rest/prnfb-admin/1.0/settings/buttons"; 
1313
var buttonsAdminUrl = buttonsAdminUrlPostUrl;
14-
console.log("asd");
14+
1515
if ($('#prnfbRepositorySlug').length !== 0) {
1616
var projectKey = $('#prnfbProjectKey').val();
1717
var repositorySlug = $('#prnfbRepositorySlug').val();

0 commit comments

Comments
 (0)