Skip to content
Permalink
Browse files
Update datepicker.js
  • Loading branch information
MartinTacke committed Apr 8, 2014
1 parent dcea045 commit 5406753
Showing 1 changed file with 1 addition and 1 deletion.
@@ -2036,7 +2036,7 @@ $.fn.datepicker = function(options){
/* Initialise the date picker. */
if (!$.datepicker.initialized) {
$(document).mousedown($.datepicker._checkExternalClick)
.find(document.body).append($.datepicker.dpDiv);;
.find(document.body).append($.datepicker.dpDiv);
$.datepicker.initialized = true;
}

0 comments on commit 5406753

Please sign in to comment.