Browse Source

Fix typo which made this module unusable

showControls instead of showControns
master
Roland 6 years ago
parent
commit
cea12c9a8b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/etherpad/Etherpad.js

+ 1
- 1
modules/UI/etherpad/Etherpad.js View File

12
  * Etherpad options.
12
  * Etherpad options.
13
  */
13
  */
14
 const options = $.param({
14
 const options = $.param({
15
-    showControns: true,
15
+    showControls: true,
16
     showChat: false,
16
     showChat: false,
17
     showLineNumbers: true,
17
     showLineNumbers: true,
18
     useMonospaceFont: false
18
     useMonospaceFont: false

Loading…
Cancel
Save