We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6bc2e commit 0b9193fCopy full SHA for 0b9193f
src/Wiki/sitemaplinks.html
@@ -196,6 +196,10 @@ <h2>Wiki Posts</h2>
196
</div>
197
198
<script>
199
+ if (!localStorage.getItem('username')) {
200
+ document.getElementById('makeWiki').style.display = 'none';
201
+ }
202
+
203
document.addEventListener('DOMContentLoaded', () => {
204
const createWikiForm = document.getElementById('createWikiForm');
205
const wikiList = document.getElementById('wikiList');
0 commit comments