Skip to content

Commit

Permalink
Merge pull request #25 from kzantow/JENKINS-31162
Browse files Browse the repository at this point in the history
Fix scroll on click bug
  • Loading branch information
recena committed Mar 23, 2016
2 parents 5140598 + 55d3915 commit c498a7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions war/src/main/js/add-item.js
Expand Up @@ -347,11 +347,6 @@ $.when(getItems()).done(function(data){
$this.addClass('active');
$this.find('input[type="radio"]').prop('checked', true);
checkFormReady();

$('html, body').animate({
scrollTop:$this.offset().top - 200
},50);

}

$item.click(setSelectState);
Expand Down

0 comments on commit c498a7b

Please sign in to comment.