We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f42bf7 commit 8433f6bCopy full SHA for 8433f6b
src/bootstrapdatepicker.js
@@ -1,5 +1,5 @@
1
function init(Survey) {
2
- if (!!$.fn.bootstrapDP && !!$.fn.datepicker.noConflict) {
+ if (!$.fn.bootstrapDP && !!$.fn.datepicker.noConflict) {
3
$.fn.bootstrapDP = $.fn.datepicker;
4
}
5
var widget = {
0 commit comments