Commit Graph

8 Commits

Author SHA1 Message Date
Pierre Ossman
776024a008 Fix trivial lint issues in translation tools
Indentation, missing semicolon, etc.
2019-08-15 15:58:09 +02:00
Solly Ross
84586c0f17 Change copyright header (#1138)
* Change copyright header

This updates the copyright header to say "The noVNC Authors".  People
who previously had copyright listings are now under the AUTHORS file.
2018-10-09 12:15:35 +02:00
Juanjo Diaz
885363a373 Use the classic function foo() { ... } for top level functions or functions that depend on the scope 2018-07-12 19:06:57 +02:00
Juanjo Diaz
651c23ece3 Use fat arrow functions const foo = () => { ... }; for callbacks
and any other function that is passed around and it's not a top level function
2018-07-12 19:06:57 +02:00
Juanjo Diaz
2b5f94fa6a Prefer const/let over var 2018-05-24 00:27:09 +03:00
Samuel Mannehed
3729976a28 Process input type submit for translations
Fixes #997
2018-01-11 01:10:59 +01:00
Pierre Ossman
0f897520a2 Update to new jsdom API 2017-10-06 10:05:29 +02:00
Pierre Ossman
edffd9e2f8 Also translate HTML elements 2016-11-19 13:23:00 +01:00