aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpacien2024-01-05 02:18:26 +0100
committerpacien2024-01-05 02:18:26 +0100
commitc74633af67e28a339c71cb015e031eb543f4307c (patch)
tree81fdbdbeaaaf3bcf10005792bd1fa375938230e2 /index.html
parentc21262d3d1c3faf33bf11ba900075d68292a0a1d (diff)
downloadechoclip-c74633af67e28a339c71cb015e031eb543f4307c.tar.gz
implement clear all clip action
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index 621dc4d..a0df0ca 100644
--- a/index.html
+++ b/index.html
@@ -58,8 +58,7 @@
58 58
59 <button id="clear">Clear all</button> 59 <button id="clear">Clear all</button>
60 60
61 <ol id="clips"> 61 <ol id="clips"></ol>
62 </ol>
63 </fieldset> 62 </fieldset>
64 </section> 63 </section>
65 64