You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the JQuery migrate tool as I do (see below) it reports the following:
jquery-migrate-3.4.1.js:136 JQMIGRATE: jQuery.isArray is deprecated; use Array.isArray
isArray is still supported in JQ3.7.1 - but in future releases it will likely be removed. I imagine pickadate is using other deprecated JQ functions - but this is the only one I ran across
If you use the JQuery migrate tool as I do (see below) it reports the following:
jquery-migrate-3.4.1.js:136 JQMIGRATE: jQuery.isArray is deprecated; use Array.isArray
isArray is still supported in JQ3.7.1 - but in future releases it will likely be removed. I imagine pickadate is using other deprecated JQ functions - but this is the only one I ran across
<jsp:include page="/secure/inc/footer.jsp">
<jsp:param name="scripts" value="/js/third-party/jquery-3.7.1.js"/>
<jsp:param name="scripts" value="/js/third-party/jquery-migrate-3.4.1.js"/>
<jsp:param name="scripts" value="/js/third-party/pickadate.js-3.6.2/lib/picker.js"/>
<jsp:param name="scripts" value="/js/third-party/pickadate.js-3.6.2/lib/picker.date.js"/>
<jsp:param name="scripts" value="/js/third-party/pickadate.js-3.6.2/lib/picker.time.js"/>
The text was updated successfully, but these errors were encountered: