diff --git a/js/account/avatar-sandbox-rewrite.js b/js/account/avatar-sandbox-rewrite.js index 8ca07c2..8846f4f 100644 --- a/js/account/avatar-sandbox-rewrite.js +++ b/js/account/avatar-sandbox-rewrite.js @@ -262,6 +262,10 @@ async function PageLoad() { LoadUser(LoadAsset.previousElementSibling.value) } }) + + document.getElementById('view-cache').addEventListener('click', function(){ + console.log('Cache: ', ItemCache) + }) } async function UpdateAvatar() { diff --git a/resources/avatar-sandbox.html b/resources/avatar-sandbox.html index 160625c..4f12338 100755 --- a/resources/avatar-sandbox.html +++ b/resources/avatar-sandbox.html @@ -41,7 +41,7 @@