22 lines
709 B
Diff
22 lines
709 B
Diff
--- wordpress/wp-includes/js/tinymce/plugins/media/plugin.js.old 2014-05-07 17:03:41.009962331 +0200
|
|
+++ wordpress/wp-includes/js/tinymce/plugins/media/plugin.js 2014-05-07 17:04:08.549061421 +0200
|
|
@@ -41,10 +41,6 @@
|
|
return 'video/ogg';
|
|
}
|
|
|
|
- if (url.indexOf('.swf') != -1) {
|
|
- return 'application/x-shockwave-flash';
|
|
- }
|
|
-
|
|
return '';
|
|
}
|
|
|
|
@@ -198,7 +194,7 @@
|
|
data.source1mime = guessMime(data.source1);
|
|
data.source2mime = guessMime(data.source2);
|
|
data.poster = editor.convertURL(data.poster, "poster");
|
|
- data.flashPlayerUrl = editor.convertURL(url + '/moxieplayer.swf', "movie");
|
|
+ data.flashPlayerUrl = false;
|
|
|
|
if (data.embed) {
|
|
html = updateHtml(data.embed, data, true);
|