-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
The CDN links point to old versions, at least for django-bootstrap-datepicker-plus
which still points to version 5.0.2
even in v5.0.5
of the code itself. Is this intentional?
I found out because I got this warning in the console. "[Deprecation] Listener added for a 'DOMNodeInserted' mutation event..." coming from datepicker-widget.js
. Looking at the local Javascript code shipped with 5.0.5
, I see that it already uses the MutationObserver
API, as mentioned in #115.
But {{ form.media }}
still renders links to 5.0.2
code from the CDN that uses DOMNodeInserted
.
Metadata
Metadata
Assignees
Labels
No labels