mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +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
6
library/tinymce/examples/lists/media_list.js
Executable file → Normal file
6
library/tinymce/examples/lists/media_list.js
Executable file → Normal file
|
@ -6,5 +6,9 @@ var tinyMCEMediaList = [
|
|||
// Name, URL
|
||||
["Some Flash", "media/sample.swf"],
|
||||
["Some Quicktime", "media/sample.mov"],
|
||||
["Some AVI", "media/sample.avi"]
|
||||
["Some AVI", "media/sample.avi"],
|
||||
["Some RealMedia", "media/sample.rm"],
|
||||
["Some Shockwave", "media/sample.dcr"],
|
||||
["Some Video", "media/sample.mp4"],
|
||||
["Some FLV", "media/sample.flv"]
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue