Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-27 | webapp: Fix error with safari | Olivier Gayot | |
the use of String.startsWith() is non standard and fails in safari. fixed by replacing it by String.substring() + comparison Signed-off-by: Olivier Gayot <duskcoder@gmail.com> | |||
2015-06-25 | handle the multilingual support | Olivier Gayot | |
Signed-off-by: Olivier Gayot <duskcoder@gmail.com> |