From 62cb8ecb3fd4558a64bd4a82dc1f843448aa6e47 Mon Sep 17 00:00:00 2001 From: HandyRandyx Date: Tue, 30 Jul 2024 00:27:29 -0300 Subject: [PATCH] [Hot Cards] Replace CDNs with local files (#374) --- plugins/hotCards/hotCards.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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