File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ <h1><center><b>Wiki | FAQ | More Links</b></center></h1><style>
80
80
< img src ="new-wiki-page.png " width ="50 " height ="50 ">
81
81
</ button >
82
82
83
- < a href =" https://github.com/Scratch-Coding-Hut/Scratch-Coding-Hut.github.io/delete/main/Wiki/sitemaplinks.html ">
83
+ < button onclick =" deleteAll() ">
84
84
< img src ="delete-page.png " width ="50 " height ="50 ">
85
- </ a >
85
+ </ button >
86
86
87
87
< a href ="https://Scratch-Coding-Hut.github.io/Wiki/history.html ">
88
88
< img src ="history-icon.png " width ="50 " height ="50 ">
@@ -259,6 +259,10 @@ <h2 id="viewTitle"></h2>
259
259
}
260
260
// Display saved pages on load
261
261
window . onload = displayWikiPages ;
262
+
263
+ function deleteAll ( ) {
264
+ }
265
+
262
266
</ script >
263
267
< h2 > Wiki Homepage</ h2 >
264
268
You can’t perform that action at this time.
0 commit comments