From 4a65a22f17924aa277ec09962db69cac4a1a4efa Mon Sep 17 00:00:00 2001 From: Index Date: Sun, 15 Sep 2024 11:20:19 -0500 Subject: [PATCH] style: add asset designer cache to debug page --- js/extra-pages.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/js/extra-pages.js b/js/extra-pages.js index 15a1eeb..2fc7a51 100644 --- a/js/extra-pages.js +++ b/js/extra-pages.js @@ -272,7 +272,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has } else if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.hash === '#debug') { document.addEventListener('DOMContentLoaded', function () { chrome.storage.sync.get(['PolyPlus_Settings', 'PolyPlus_PinnedGames', 'PolyPlus_BestFriends', 'PolyPlus_ItemWishlist', 'PolyPlus_AvatarSandboxOutfits', 'PolyPlus_TimePlayed'], function(sync) { - chrome.storage.local.get(['PolyPlus_InventoryCache', 'PolyPlus_GreatDivideStats', 'PolyPlus_FriendCount'], function(local){ + chrome.storage.local.get(['PolyPlus_InventoryCache', 'PolyPlus_GreatDivideStats', 'PolyPlus_FriendCount', 'PolyPlus_AssetDesigners'], function(local){ document.querySelector('#main-content .container').innerHTML = `