Skip to content

Commit

Permalink
Merge pull request #227 from tojonmz/clear-bug-number
Browse files Browse the repository at this point in the history
Bug 1073050 - Clear previously entered bug number
  • Loading branch information
camd committed Oct 15, 2014
2 parents cd24207 + 3321c24 commit 8730663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/plugins/pinboard.js
Expand Up @@ -88,6 +88,7 @@ treeherder.controller('PinboardCtrl', [
$log.debug("new bug number to be saved: ", $scope.newEnteredBugNumber);
thPinboard.addBug({id:$scope.newEnteredBugNumber});
$scope.toggleEnterBugNumber();
$scope.newEnteredBugNumber = "";
};

$scope.viewJob = function(job) {
Expand Down

0 comments on commit 8730663

Please sign in to comment.