mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
pad: Use window.
to avoid ESLint error
This commit is contained in:
parent
d8ca3a693d
commit
e974622561
1 changed files with 1 additions and 2 deletions
|
@ -434,8 +434,7 @@ const pad = {
|
||||||
padutils.setupGlobalExceptionHandler();
|
padutils.setupGlobalExceptionHandler();
|
||||||
|
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
// start the custom js
|
if (window.customStart != null) window.customStart();
|
||||||
if (typeof customStart === 'function') customStart(); // eslint-disable-line no-undef
|
|
||||||
handshake();
|
handshake();
|
||||||
|
|
||||||
// To use etherpad you have to allow cookies.
|
// To use etherpad you have to allow cookies.
|
||||||
|
|
Loading…
Reference in a new issue