diff --git a/plugins/hotCards/hotCards.yml b/plugins/hotCards/hotCards.yml index 30d095e..9e96262 100644 --- a/plugins/hotCards/hotCards.yml +++ b/plugins/hotCards/hotCards.yml @@ -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