aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/minified/jquery.effects.transfer.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/js/ui/minified/jquery.effects.transfer.min.js')
-rw-r--r--themes/default/js/ui/minified/jquery.effects.transfer.min.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/default/js/ui/minified/jquery.effects.transfer.min.js b/themes/default/js/ui/minified/jquery.effects.transfer.min.js
deleted file mode 100644
index 925650be6..000000000
--- a/themes/default/js/ui/minified/jquery.effects.transfer.min.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * jQuery UI Effects Transfer 1.8.16
- *
- * Copyright 2011, 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('<div class="ui-effects-transfer"></div>').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);