about summary refs log tree commit diff stats
path: root/js/inknswitch/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/inknswitch/index.html')
-rw-r--r--js/inknswitch/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/inknswitch/index.html b/js/inknswitch/index.html
index 535c41d..44e3808 100644
--- a/js/inknswitch/index.html
+++ b/js/inknswitch/index.html
@@ -27,6 +27,7 @@
             margin: 0 auto;
             display: block;
         }
+        /*
         #toggleButton {
             border: 1px solid black;
             background-color: transparent;
@@ -39,11 +40,12 @@
         #toggleButton:hover {
             cursor: pointer;
         }
+        */
     </style>
 </head>
 <body>
-    <button id="toggleButton">Toggle</button>
-    <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, tap s to save the contents of the canvas to a png."></textarea>
+    <!-- <button id="toggleButton">Toggle</button> -->
+    <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, tap s to save the contents of the canvas to a png. Tap with two fingers to switch between modes on touchscreens."></textarea>
     <canvas id="drawingArea" width="500" height="500"></canvas>
     <script src="ink.js"></script>
 </body>