diff --git a/src/runtime/javascript/minibar/about.html b/src/runtime/javascript/minibar/about.html
index f30d1a72d..ab62cf373 100644
--- a/src/runtime/javascript/minibar/about.html
+++ b/src/runtime/javascript/minibar/about.html
@@ -90,7 +90,7 @@ Some implementation details:
browsers.
[Added 2010-05-26] The text entry field is now visible from the start,
and it is removed when no more words can be added to the sentence. When you
- press enter, the a word is added if there is only one magnet left,
+ press enter, a word is added if there is only one magnet left,
or if what you have entered exactly matches one of the remaining
magnet.
[Added 2010-05-28] Added a link to make it easy to try the same sentence in
@@ -145,11 +145,16 @@ Some implementation details:
page that uses pgf_online.js to talk to the
PGF server.
+ [Added 2011-03-03] Added a button to display word alignment.
+ [Changed 2011-03-22] Don't force focus to the typed input field
+ after every word on touch-based devices, the on-screen keyboard kept
+ popping up after every word, which was very annoying if you were
+ entering a sentence by tapping on the magnets.
- Last modified: Sun Nov 28 12:49:43 CET 2010
+ Last modified: Mon Apr 11 15:00:25 CEST 2011
TH
diff --git a/src/runtime/javascript/minibar/example.html b/src/runtime/javascript/minibar/example.html
index 57c1ddd5c..55422987d 100644
--- a/src/runtime/javascript/minibar/example.html
+++ b/src/runtime/javascript/minibar/example.html
@@ -42,10 +42,10 @@ Output:
Documentation
- Last modified: Tue Nov 9 21:54:50 CET 2010
+ Last modified: Mon Apr 11 14:53:21 CEST 2011