diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-06-11 19:02:58 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-07-28 13:45:24 +0000 |
commit | a86a4ceff920f3362ac8f171c7d7e05881fe4931 (patch) | |
tree | a89a2a2eb44522a675933b2e17aab038472fec22 /openecomp-be/tools/swagger-ui/lib/jquery.slideto.min.js | |
parent | 8dbc732ba29fed3921477467ee9424732014d70b (diff) |
Fix broken swagger
Change-Id: I402a999d66405eb29532aa30e7a8464fe8954f25
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3650
Diffstat (limited to 'openecomp-be/tools/swagger-ui/lib/jquery.slideto.min.js')
-rw-r--r-- | openecomp-be/tools/swagger-ui/lib/jquery.slideto.min.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openecomp-be/tools/swagger-ui/lib/jquery.slideto.min.js b/openecomp-be/tools/swagger-ui/lib/jquery.slideto.min.js deleted file mode 100644 index ba32cff365..0000000000 --- a/openecomp-be/tools/swagger-ui/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); |