re-fix rtl

This commit is contained in:
John McLear 2015-04-12 10:35:24 +01:00
parent e3f95d0c9c
commit 5435063a2f
1 changed files with 0 additions and 2 deletions

View File

@ -136,8 +136,6 @@ var padeditor = (function()
var v;
v = getOption('rtlIsTrue', ('rtl' == html10n.getDirection()));
// Override from parameters if true
if(settings.rtlIsTrue === true) v = true;
self.ace.setProperty("rtlIsTrue", v);
padutils.setCheckbox($("#options-rtlcheck"), v);