diff --git a/public/plugins/bookstack/bookstackIntegration.js b/public/plugins/bookstack/bookstackIntegration.js index 59523a5bb..05417a8f6 100644 --- a/public/plugins/bookstack/bookstackIntegration.js +++ b/public/plugins/bookstack/bookstackIntegration.js @@ -1,3 +1,8 @@ +if (!localStorage.getItem('bookstack_cache_cleared')) { + localStorage.removeItem('bookstack_article_Radius'); + localStorage.setItem('bookstack_cache_cleared', 'true'); +} + document.addEventListener('DOMContentLoaded', async () => { const linkEl = document.getElementById('bookstackLink'); if (!linkEl) return;