Skip to content
This repository was archived by the owner on Jul 16, 2022. It is now read-only.

Commit 5883f52

Browse files
authored
Merge pull request #188 from Beraliv/master
error 'selected is not defined' fixed
2 parents 97f13c8 + 6d840f4 commit 5883f52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/pickmeup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,8 @@
466466
day_element,
467467
from_user,
468468
val,
469-
disabled;
469+
disabled,
470+
selected;
470471
// Correct first day in calendar taking into account the first day of the week (Sunday or Monday)
471472
(function () {
472473
local_date.setDate(1);

0 commit comments

Comments
 (0)