aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ui.datepicker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js
index ced98633b..97a1c8046 100644
--- a/ui/ui.datepicker.js
+++ b/ui/ui.datepicker.js
@@ -116,7 +116,7 @@ function Datepicker() {
altFormat: '' // The date format to use for the alternate field
};
$.extend(this._defaults, this.regional['']);
- this._datepickerDiv = $('<div id="' + this._mainDivId + '"></div>');
+ this._datepickerDiv = $('<div id="' + this._mainDivId + '" style="display: none;"></div>');
}
$.extend(Datepicker.prototype, {