Commit Graph

7 Commits

Author SHA1 Message Date
Solly Ross 11de0d2583 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-09-27 15:53:11 -04: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