Closed (fixed)
Project:
Pikaday Calendar
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2022 at 11:58 UTC
Updated:
21 Feb 2022 at 10:19 UTC
Jump to comment: Most recent
Currently, the Pikaday CSS and JS files have been added to the module directly. This isn't a recommended way of accessing 3rd party code.
Check JS and CSS folder of the module.
Replace the usage of these files with CDN alternatives.
<script src="https://cdn.jsdelivr.net/npm/pikaday/pikaday.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/pikaday/css/pikaday.css">
Comments
Comment #2
gaurav.kapoor commentedComment #5
gaurav.kapoor commented