summary refs log tree commit diff
path: root/docs/client-server/web/files/jquery.slideto.min.js
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-11 21:10:36 +0200
committerMatthew Hodgson <matthew@matrix.org>2014-11-12 00:18:25 +0200
commit774cff3c724c288172dbebf206dcd21d8dfdb011 (patch)
tree8952af0c109320e4950e3da8e1c517f97a877f7b /docs/client-server/web/files/jquery.slideto.min.js
parentmove stuff out of implementation-notes - /everything/ here should be implemen... (diff)
downloadsynapse-774cff3c724c288172dbebf206dcd21d8dfdb011.tar.xz
move swagger impl to matrix-doc
Diffstat (limited to 'docs/client-server/web/files/jquery.slideto.min.js')
-rw-r--r--docs/client-server/web/files/jquery.slideto.min.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/client-server/web/files/jquery.slideto.min.js b/docs/client-server/web/files/jquery.slideto.min.js
deleted file mode 100644
index ba32cff365..0000000000
--- a/docs/client-server/web/files/jquery.slideto.min.js
+++ /dev/null
@@ -1 +0,0 @@
-(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);