mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
re-fix rtl
This commit is contained in:
parent
e3f95d0c9c
commit
5435063a2f
1 changed files with 0 additions and 2 deletions
|
@ -136,8 +136,6 @@ var padeditor = (function()
|
||||||
var v;
|
var v;
|
||||||
|
|
||||||
v = getOption('rtlIsTrue', ('rtl' == html10n.getDirection()));
|
v = getOption('rtlIsTrue', ('rtl' == html10n.getDirection()));
|
||||||
// Override from parameters if true
|
|
||||||
if(settings.rtlIsTrue === true) v = true;
|
|
||||||
self.ace.setProperty("rtlIsTrue", v);
|
self.ace.setProperty("rtlIsTrue", v);
|
||||||
padutils.setCheckbox($("#options-rtlcheck"), v);
|
padutils.setCheckbox($("#options-rtlcheck"), v);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue