etherpad-lite/src/static
Richard Hansen 7df3ded66f lint: Put opening brace on same line as function
Normally I would let `eslint --fix` do this for me, but there's a bug
that causes:

    const x = function ()
    {
      // ...
    };

to become:

    const x = ()
    => {
      // ...
    };

which ESLint thinks is a syntax error. (It probably is; I don't know
enough about the automatic semicolon insertion rules to be confident.)
2020-11-24 20:06:12 +00:00
..
css Fix missing arg handling in html10n.js 2020-11-05 10:38:22 +00:00
font ui: Add a home icon (#4076) 2020-06-03 10:56:24 +01:00
js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
skins lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
favicon.ico Change favicon to be closer to new style 2020-04-19 18:20:21 +02:00
robots.txt staleCode: Remove unnecessary robots.txt entry (#4113) 2020-06-14 20:49:13 +01:00
tests.html Security: FEATURE REMOVAL: Remove all plain text password logic and ui (#4178) 2020-10-07 13:43:54 +01:00