From a1a745b4820ec46a2e707d77f6178cf9e97654f6 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 12 May 2017 18:33:00 +0800 Subject: refactor static_path to accomodate web portal move tornado_swagger/static to opnfv_testapi/static move swagger related 3rd libs to 3rd_party/swagger Change-Id: I32bba10584c99d13687b93f32577e37581db0c63 Signed-off-by: SerenaFeng --- utils/test/testapi/3rd_party/static/swagger/lib/jquery.slideto.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 utils/test/testapi/3rd_party/static/swagger/lib/jquery.slideto.min.js (limited to 'utils/test/testapi/3rd_party/static/swagger/lib/jquery.slideto.min.js') diff --git a/utils/test/testapi/3rd_party/static/swagger/lib/jquery.slideto.min.js b/utils/test/testapi/3rd_party/static/swagger/lib/jquery.slideto.min.js new file mode 100644 index 000000000..ba32cff36 --- /dev/null +++ b/utils/test/testapi/3rd_party/static/swagger/lib/jquery.slideto.min.js @@ -0,0 +1 @@ +(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); -- cgit 1.2.3-korg