From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 srcs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js (limited to 'srcs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js') diff --git a/srcs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js b/srcs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js deleted file mode 100644 index 29efd14..0000000 --- a/srcs/wordpress/wp-includes/js/mediaelement/wp-mediaelement.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,n){e.wp=e.wp||{},e.wp.mediaelement=new function(){var e={};return{initialize:function(){"undefined"!=typeof _wpmejsSettings&&(e=n.extend(!0,{},_wpmejsSettings)),e.classPrefix="mejs-",e.success=e.success||function(e){var n,t;e.rendererName&&-1!==e.rendererName.indexOf("flash")&&(n=e.attributes.autoplay&&"false"!==e.attributes.autoplay,t=e.attributes.loop&&"false"!==e.attributes.loop,n&&e.addEventListener("canplay",function(){e.play()},!1),t&&e.addEventListener("ended",function(){e.play()},!1))},e.customError=function(e,n){if(-1!==e.rendererName.indexOf("flash")||-1!==e.rendererName.indexOf("flv"))return''+mejsL10n.strings["mejs.download-video"]+""},n(".wp-audio-shortcode, .wp-video-shortcode").not(".mejs-container").filter(function(){return!n(this).parent().hasClass("mejs-mediaelement")}).mediaelementplayer(e)}}},n(e.wp.mediaelement.initialize)}(window,jQuery); \ No newline at end of file -- cgit