about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-12 21:19:24 -0500
committerelioat <elioat@tilde.institute>2024-01-12 21:19:24 -0500
commitc13db4b9aecabc32b421f6649faf5883c76e4fc2 (patch)
treeeafd157c16d46e81b4c3f5736754c6b78d623303 /js
parentbb3923106af76e2021137eb56d1f519c8946c053 (diff)
downloadtour-c13db4b9aecabc32b421f6649faf5883c76e4fc2.tar.gz
*
Diffstat (limited to 'js')
-rw-r--r--js/inknswitch/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/inknswitch/index.html b/js/inknswitch/index.html
index 167d79f..8a9dbc5 100644
--- a/js/inknswitch/index.html
+++ b/js/inknswitch/index.html
@@ -30,7 +30,7 @@
     </style>
 </head>
 <body>
-    <textarea id="noteArea" rows="10" cols="30" placeholder="This is a modal note taking tool. With it, you can type text that'll be saved to the borwser, and you can draw images that'll also be saved to the browser. You are in typing mode right now. To toggle between modes tap cmd or ctrl + d. When in drawing mode, tap c to clear the canvas."></textarea>
+    <textarea id="noteArea" rows="10" cols="30" placeholder="This is a modal note taking tool. With it, you can type text that'll be saved to the browser, and you can draw images that'll also be saved to the browser. You are in typing mode right now. To toggle between modes tap cmd or ctrl + d. When in drawing mode, tap c to clear the canvas."></textarea>
     <canvas id="drawingArea" width="500" height="500"></canvas>
     <script src="ink.js"></script>
 </body>
ani-tty/blame/tests/test_cmd_otr.h?id=d25245a286ecad1ba2ca8bd6883db629ec86825f'>^
82ad0cd3 ^
4afec6ab ^
a25714b6 ^


b4b46399 ^
037ca818 ^
1f78d5b5 ^



d25245a2 ^
da058359 ^
c0037608 ^
62953362 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47