update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks
This commit is contained in:
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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user