Skip to content

Commit 521aa50

Browse files
committed
Update momentjs version and fix #78 [skip ci]
1 parent 08fcfc7 commit 521aa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap_datepicker_plus/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class WidgetSettings(BaseSettings):
2929
}
3030
momentjs_url: Optional[
3131
str
32-
] = "https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js"
32+
] = "https://cdn.jsdelivr.net/npm/moment@2.29.4/min/moment-with-locales.min.js"
3333
datetimepicker_js_url: Optional[
3434
str
3535
] = "https://cdn.jsdelivr.net/npm/[email protected]/build/js/bootstrap-datetimepicker.min.js"

0 commit comments

Comments
 (0)