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 --- .../wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js (limited to 'srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js') diff --git a/srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js b/srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js deleted file mode 100644 index 4ff4111..0000000 --- a/srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e){"function"!=typeof e.matches&&(e.matches=e.msMatchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||function(e){for(var t=this,o=(t.document||t.ownerDocument).querySelectorAll(e),n=0;o[n]&&o[n]!==t;)++n;return Boolean(o[n])}),"function"!=typeof e.closest&&(e.closest=function(e){for(var t=this;t&&1===t.nodeType;){if(t.matches(e))return t;t=t.parentNode}return null})}(window.Element.prototype); \ No newline at end of file -- cgit