From 06b3f727378323089ee56a24999dd97c87887cc0 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 26 Nov 2010 18:44:25 +0100 Subject: change jquery theme, rm development stuff --- .../ui/minified/jquery.effects.transfer.min.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 static/development-bundle/ui/minified/jquery.effects.transfer.min.js (limited to 'static/development-bundle/ui/minified/jquery.effects.transfer.min.js') diff --git a/static/development-bundle/ui/minified/jquery.effects.transfer.min.js b/static/development-bundle/ui/minified/jquery.effects.transfer.min.js deleted file mode 100644 index 8ae143a..0000000 --- a/static/development-bundle/ui/minified/jquery.effects.transfer.min.js +++ /dev/null @@ -1,14 +0,0 @@ -/* - * jQuery UI Effects Transfer 1.8.6 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Effects/Transfer - * - * Depends: - * jquery.effects.core.js - */ -(function(e){e.effects.transfer=function(a){return this.queue(function(){var b=e(this),c=e(a.options.to),d=c.offset();c={top:d.top,left:d.left,height:c.innerHeight(),width:c.innerWidth()};d=b.offset();var f=e('
').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); -b.dequeue()})})}})(jQuery); -- cgit v1.2.1