|
@@ -51,7 +51,7 @@ |
|
|
block discarded – undo |
|
51
|
51
|
resizeWidth: false, |
|
52
|
52
|
resizeMaxHeight: -1, |
|
53
|
53
|
emoticonsCompat: true, |
|
54
|
|
- emoticonsEnabled: ', $useSmileys ? 'true' : 'false', ', |
|
|
54
|
+ emoticonsEnabled: ', $useSmileys ? 'true' : 'false', ', |
|
55
|
55
|
locale: "', !empty($editor_context['locale']) ? $editor_context['locale'] : 'en_US', '", |
|
56
|
56
|
rtl: ', empty($context['right_to_left']) ? 'false' : 'true', ', |
|
57
|
57
|
colors: "black,red,yellow,pink,green,orange,purple,blue,beige,brown,teal,navy,maroon,limegreen,white", |
Please login to merge, or discard this patch.