mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
8d4157f4e3
commit
eec0cfd7fe
@ -1719,7 +1719,6 @@ $.extend(Datepicker.prototype, {
|
|||||||
selectOtherMonths = this._get(inst, "selectOtherMonths");
|
selectOtherMonths = this._get(inst, "selectOtherMonths");
|
||||||
defaultDate = this._getDefaultDate(inst);
|
defaultDate = this._getDefaultDate(inst);
|
||||||
html = "";
|
html = "";
|
||||||
dow;
|
|
||||||
for (row = 0; row < numMonths[0]; row++) {
|
for (row = 0; row < numMonths[0]; row++) {
|
||||||
group = "";
|
group = "";
|
||||||
this.maxRows = 4;
|
this.maxRows = 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user