Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge pull request #113 from tojonmz/multiple-pinboard-bug-entry
Browse files Browse the repository at this point in the history
Correct empty manual pin board bugs (1045774)
  • Loading branch information
camd committed Jul 31, 2014
2 parents 11e1df4 + a2eadc2 commit 77f7067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/app/plugins/pinboard.js
Expand Up @@ -85,7 +85,6 @@ treeherder.controller('PinboardCtrl', [
$scope.saveEnteredBugNumber = function() {
$log.debug("new bug number to be saved: ", $scope.newEnteredBugNumber);
thPinboard.addBug({id:$scope.newEnteredBugNumber});
$scope.newEnteredBugNumber = null;
$scope.toggleEnterBugNumber();
};

Expand Down

0 comments on commit 77f7067

Please sign in to comment.