Skip to content

Commit 08a9f61

Browse files
authored
Update sitemaplinks.html
1 parent 5fa65b4 commit 08a9f61

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Wiki/sitemaplinks.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ <h1><center><b>Wiki | FAQ | More Links</b></center></h1><style>
8080
<img src="new-wiki-page.png" width="50" height="50">
8181
</button>
8282

83-
<a href="https://github.com/Scratch-Coding-Hut/Scratch-Coding-Hut.github.io/delete/main/Wiki/sitemaplinks.html">
83+
<button onclick="deleteAll()">
8484
<img src="delete-page.png" width="50" height="50">
85-
</a>
85+
</button>
8686

8787
<a href="https://Scratch-Coding-Hut.github.io/Wiki/history.html">
8888
<img src="history-icon.png" width="50" height="50">
@@ -259,6 +259,10 @@ <h2 id="viewTitle"></h2>
259259
}
260260
// Display saved pages on load
261261
window.onload = displayWikiPages;
262+
263+
function deleteAll() {
264+
}
265+
262266
</script>
263267
<h2>Wiki Homepage</h2>
264268

0 commit comments

Comments
 (0)