Skip to content

Commit 0acee03

Browse files
committed
1 parent 9c7e4d4 commit 0acee03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap_toolkit/static/bootstrap_toolkit/js/init_datepicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
var options = {};
55
if ($(this).attr('data-date-format') == undefined) {
66
options = { format: "dd-mm-yyyy"};
7-
}
7+
}
88
$(this).datepicker(options);
99
});
1010
})
11-
})(jQuery)
11+
})(jQuery);

0 commit comments

Comments
 (0)