Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/38 404 nonexistent cdnjs files #39

Merged

Conversation

fourfridays
Copy link
Contributor

closes #38

f"""<link href="{PRISM_PREFIX}{PRISM_VERSION}/plugins/copy-to-clipboard/"""
"""prism-copy-to-clipboard.min.css" rel="stylesheet">"""
)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're removing this, we may be able to remove the function from the import, and the settings file. I'll check in depth on Monday. Thanks so much for the PR!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only removed the CSS for it since there isn't one for it on CDNJS and was causing the 404. But the JS functionality still works and probably for that reason we would want to keep the function. My pleasure, and thank you for putting this out there!

@FlipperPA FlipperPA merged commit 5bf6b11 into FlipperPA:main Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

404's for some non existent CDNJS files
2 participants