mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
lint: use strict
This commit is contained in:
parent
c64b1b8ead
commit
7c51446040
5 changed files with 11 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
(function (document) {
|
||||
'use strict';
|
||||
|
||||
((document) => {
|
||||
// Set language for l10n
|
||||
let language = document.cookie.match(/language=((\w{2,3})(-\w+)?)/);
|
||||
if (language) language = language[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue