Skip to content

Commit

Permalink
datepicker fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 17, 2011
1 parent 5ae7c79 commit 5036ea4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/webapp/scripts/cohistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ $(document).ready(function() {
});

reload();
})

// fix for datepicker
$('#ui-datepicker-div').css('clip', 'auto');
});

function reload() {
var input = $("#textfilter > input");
Expand Down

0 comments on commit 5036ea4

Please sign in to comment.