summaryrefslogtreecommitdiffstats
path: root/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2016-08-17 12:37:07 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2016-08-17 14:03:37 +0800
commit4143173cd08ef515173e5ad4b4c15d4e9f9f1943 (patch)
tree0aa7a7ae64ce9876b95628cb5835ff5e12c8a546 /apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js
parent230628860edf5ff489dd59e299d35c80d1329a5d (diff)
1. Adjust the directory hierarchy
2. Fix the compile issue Change-Id: Ibf10c83104e5e673bc797013799861426cd950ce Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js')
-rw-r--r--apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js b/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js
deleted file mode 100644
index ba32cff..0000000
--- a/apiroute/apiroute-service/src/main/resources/api-doc/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);