Deleted checkTooltip for edge downlinks

This commit is contained in:
deaflynx 2021-02-10 10:11:32 +02:00
parent d36f20ec40
commit a60f3630e8

View File

@ -92,14 +92,6 @@ export default function EdgeDownlinksRowDirective($compile, $templateCache, $mdD
type === types.edgeEventType.widgetsBundle ); type === types.edgeEventType.widgetsBundle );
} }
scope.checkTooltip = function($event) {
var el = $event.target;
var $el = angular.element(el);
if(el.offsetWidth < el.scrollWidth && !$el.attr('title')){
$el.attr('title', $el.text());
}
}
$compile(element.contents())(scope); $compile(element.contents())(scope);
scope.updateStatus = function(downlinkCreatedTime) { scope.updateStatus = function(downlinkCreatedTime) {