From 8446240c862067857b7c5497d96fcdecd4b19fb7 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 26 Dec 2014 12:37:57 +0000 Subject: [PATCH] Fixed plugin item drag 'n' drop text. --- resources/report/html/loot-plugin-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html index 4fe905d3..7cf67521 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -53,7 +53,7 @@ }, getName: function() { - return this.getElementsByTagName('a')[0].textContent; + return this.textContent.trim(); }, handleDragStart: function(evt) {