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

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 29, 2016
1 parent 7d307af commit 620ae59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
## 2.27
### GitHub [#128](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/128) Trigger button not showing up.
Making buttons compatible with 4.7.1

[f88dcfea158ea3f](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/f88dcfea158ea3f) Tomas Bjerre *2016-06-29 18:26:13*

### No issue
Latest changelog plugin

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define('plugin/prnfb/admin', [

var buttonsAdminUrlPostUrl = AJS.contextPath() + "/rest/prnfb-admin/1.0/settings/buttons"; 
var buttonsAdminUrl = buttonsAdminUrlPostUrl;
console.log("asd");

if ($('#prnfbRepositorySlug').length !== 0) {
var projectKey = $('#prnfbProjectKey').val();
var repositorySlug = $('#prnfbRepositorySlug').val();
Expand Down

0 comments on commit 620ae59

Please sign in to comment.