summaryrefslogtreecommitdiffstats
path: root/result_collection_api/3rd_party/static/lib/jquery.slideto.min.js
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-10-18 17:30:31 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-10-18 17:30:31 +0800
commit2cea85b0b4b18af73ed6afd7d837d443da43fd2b (patch)
treed9a674e8f79fa1950500ec77989b720a6aad6aad /result_collection_api/3rd_party/static/lib/jquery.slideto.min.js
parentcf29e20418012f850d0fa18de5bd24a49f819886 (diff)
rename result_collection_api to testapi
Change-Id: Iec4e3db23cd44f30831e17c127eda74e9d9b5d14 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/3rd_party/static/lib/jquery.slideto.min.js')
-rw-r--r--result_collection_api/3rd_party/static/lib/jquery.slideto.min.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/result_collection_api/3rd_party/static/lib/jquery.slideto.min.js b/result_collection_api/3rd_party/static/lib/jquery.slideto.min.js
deleted file mode 100644
index ba32cff..0000000
--- a/result_collection_api/3rd_party/static/lib/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);