Fix typo which made this module unusable

showControls instead of showControns
pull/3656/head jitsi-meet_3403
Roland 6 years ago committed by Saúl Ibarra Corretgé
parent 05b7e6facc
commit cea12c9a8b
  1. 2
      modules/UI/etherpad/Etherpad.js

@ -12,7 +12,7 @@ import Filmstrip from '../videolayout/Filmstrip';
* Etherpad options.
*/
const options = $.param({
showControns: true,
showControls: true,
showChat: false,
showLineNumbers: true,
useMonospaceFont: false

Loading…
Cancel
Save