mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks
This commit is contained in:
parent
810e69ef0a
commit
f55779fd83
296 changed files with 17157 additions and 10477 deletions
2
library/tinymce/jscripts/tiny_mce/utils/editable_selects.js
vendored
Executable file → Normal file
2
library/tinymce/jscripts/tiny_mce/utils/editable_selects.js
vendored
Executable file → Normal file
|
@ -16,7 +16,7 @@ var TinyMCE_EditableSelects = {
|
|||
|
||||
for (i=0; i<nl.length; i++) {
|
||||
if (nl[i].className.indexOf('mceEditableSelect') != -1) {
|
||||
o = new Option('(value)', '__mce_add_custom__');
|
||||
o = new Option(tinyMCEPopup.editor.translate('value'), '__mce_add_custom__');
|
||||
|
||||
o.className = 'mceAddSelectValue';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue