Skip to content

Commit a2a23eb

Browse files
committed
Merge PR uxsolutions#1680 "Fixed a typo" into 1.5. Closes uxsolutions#1680
2 parents 4a954ca + 462a1a9 commit a2a23eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Example to save the embedded datepicker value to a hidden field
8282
::
8383

8484
$('#datepicker').datepicker();
85-
$('#dateipicker').on("changeDate", function() {
85+
$('#datepicker').on("changeDate", function() {
8686
$('#my_hidden_input').val(
8787
$('#datepicker').datepicker('getFormattedDate')
8888
);

0 commit comments

Comments
 (0)