From 3c54b6744fb6ce2a669e9c08bff74cdc4ba7ec3d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 12 Feb 2015 18:34:47 +0100 Subject: [PATCH] Update etherpad.js to current version --- public/js/etherpad.js | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/public/js/etherpad.js b/public/js/etherpad.js index d445e1f..d003ab5 100644 --- a/public/js/etherpad.js +++ b/public/js/etherpad.js @@ -8,6 +8,7 @@ 'showChat' : false, 'showLineNumbers' : false, 'userName' : 'unnamed', + 'lang' : '', 'useMonospaceFont' : false, 'noColors' : false, 'userColor' : false, @@ -18,7 +19,8 @@ 'border' : 0, 'borderStyle' : 'solid', 'toggleTextOn' : 'Disable Rich-text', - 'toggleTextOff' : 'Enable Rich-text' + 'toggleTextOff' : 'Enable Rich-text', + 'rtl' : false }; var $self = this; @@ -35,21 +37,25 @@ } var iFrameLink = '';