From: Artem Naluzhnyy Date: Thu, 1 Aug 2019 11:20:25 +0000 (+0200) Subject: Fix copy&paste typo in b2bWhenScrollEnds X-Git-Tag: 3.2.0~226^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=commitdiff_plain;h=5a5ed880fcfafe9f8aa753488d80b982ee10ea1a Fix copy&paste typo in b2bWhenScrollEnds Coverity-scan: CID-192000 Issue-ID: PORTAL-684 Signed-off-by: Artem Naluzhnyy Change-Id: I582732835a39240dafb9bed9a8ddd4a564b071b3 --- diff --git a/ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js b/ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js index 75238243..ec955ed9 100644 --- a/ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js +++ b/ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js @@ -12942,7 +12942,7 @@ https://github.com/cwilso/AudioRecorder/blob/master/js/recorderjs/recorder.js }); } else if (attrs.axis === 'y') { visibleHeight = parseInt(attrs.height, 10) || b2bWhenScrollEndsConstants.height; - if (element.css('width')) { + if (element.css('height')) { visibleHeight = element.css('height').split('px')[0]; }