summaryrefslogtreecommitdiff
path: root/speechless.js
diff options
context:
space:
mode:
Diffstat (limited to 'speechless.js')
-rw-r--r--speechless.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/speechless.js b/speechless.js
index 34a0667..8793e1a 100644
--- a/speechless.js
+++ b/speechless.js
@@ -28,6 +28,7 @@ function refresh() {
}
}
+//Refresh the time-to-speak whenever the user makes a selection or types something
$("body").on("mouseup", ".kix-appview-editor", function (e) {
if (e.which !== 1) return;
refresh();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback