summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2014-11-12Fixes #87: hide autocomplete messages; see noteAlon Levy
TODO 1: Autocomplete is spamming the dom. This is a jqueryui bug, or actually by design - it's appending $('<div>')'s with message text to a span parent (no idea why span in particular) and they are never cleaned up. Similar code is used for accessability messages.
2014-11-11mv css, font resources to res/font/, res/css/LV-426
2014-11-11rename: external/ -> lib/LV-426