| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-24 | minibar.html: specify charset, move initialization | hallgren | |
| Added a meta tag to specify that the file is in UTF-8. This makes the browser (at least Firefox) assume that the JavaScript files are also in UTF-8, it seems. Moved the call to start_minibar() from the <body onload="..."> to the end of the file. The onload action is not executed until all images in the document has been loaded, while javascipt at the end of the file is executed as soon as the HTML file has been loaded. (Calling start_minibar() from the head of the document would be too soon, since it refers to elements in the body, which hasn't been loaded yet.) | |||
| 2010-05-28 | updated documentation | hallgren | |
| 2010-05-26 | Add meta tag to avoid horizontal scrolling in Mobile Safari | hallgren | |
| With thanks to codinggeekette, http://www.codinggeekette.com/post/Mobile-Safari-40-2b-Horizontal-Scrolling-3d-SUX.aspx | |||
| 2010-05-26 | Enable display of abstract syntax in minibar | hallgren | |
| 2010-04-30 | Merge phrasebook.js into minibar.js | hallgren | |
| 2010-04-19 | Some work on minibar: | hallgren | |
| 1. Menu for choosing target language. 2. Pass options when calling start_minibar. See about.html for more details. | |||
| 2010-04-09 | Adding the Minibar files to the darcs repository. | hallgren | |
