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/jquery/ui/effect-puff.min.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 srcs/wordpress/wp-includes/js/jquery/ui/effect-puff.min.js (limited to 'srcs/wordpress/wp-includes/js/jquery/ui/effect-puff.min.js') diff --git a/srcs/wordpress/wp-includes/js/jquery/ui/effect-puff.min.js b/srcs/wordpress/wp-includes/js/jquery/ui/effect-puff.min.js deleted file mode 100644 index 1e70c20..0000000 --- a/srcs/wordpress/wp-includes/js/jquery/ui/effect-puff.min.js +++ /dev/null @@ -1,11 +0,0 @@ -/*! - * jQuery UI Effects Puff 1.11.4 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - * - * http://api.jqueryui.com/puff-effect/ - */ -!function(e){"function"==typeof define&&define.amd?define(["jquery","./effect","./effect-scale"],e):e(jQuery)}(function(r){return r.effects.effect.puff=function(e,t){var f=r(this),i=r.effects.setMode(f,e.mode||"hide"),h="hide"===i,d=parseInt(e.percent,10)||150,o=d/100,u={height:f.height(),width:f.width(),outerHeight:f.outerHeight(),outerWidth:f.outerWidth()};r.extend(e,{effect:"scale",queue:!1,fade:!0,mode:i,complete:t,percent:h?d:100,from:h?u:{height:u.height*o,width:u.width*o,outerHeight:u.outerHeight*o,outerWidth:u.outerWidth*o}}),f.effect(e)}}); \ No newline at end of file -- cgit