Skip to content

Commit

Permalink
Replace CDNs with local files
Browse files Browse the repository at this point in the history
CDNs are no longer necessary because files are local.
  • Loading branch information
HandyRandyx authored Jul 26, 2024
1 parent fc8e718 commit bb5c1d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/hotCards/hotCards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ ui:
requires:
- CommunityScriptsUILibrary
javascript:
- https://cdn.jsdelivr.net/gh/stashapp/CommunityScripts@main/plugins/hotCards/utils/fetchInterceptor.js
- https://cdn.jsdelivr.net/gh/stashapp/CommunityScripts@main/plugins/hotCards/utils/stashHandler.js
- https://cdn.jsdelivr.net/gh/stashapp/CommunityScripts@main/plugins/hotCards/utils/registerPathChangeListener.js
- https://cdn.jsdelivr.net/gh/stashapp/CommunityScripts@main/plugins/hotCards/utils/helpers.js
- utils/fetchInterceptor.js
- utils/stashHandler.js
- utils/registerPathChangeListener.js
- utils/helpers.js
- hotCards.js
css:
- hotCards.css
Expand Down

0 comments on commit bb5c1d1

Please sign in to comment.