20140205 (Wednesday, 05 February 2014)

Committed yesterday’s changes at 02:21.

Continued to work for docs/tickets/84:

Some subtle optimizations in linoweb.js:

  • After clicking the Insert button, the keyboard focus is now on the first field of the FormPanel.

  • When in a text field, pressing ENTER saved the record instead of inserting a newline. I completely removed the binding ENTER -> save(), and instead added a binding Ctrl-S to do that.