From 5a5e68a0b96bcd9429ea65947182c52b7138676a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 27 Dec 2014 11:12:49 +0000 Subject: [PATCH] Fixed sidebar item drag 'n' drop value. --- 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 2f333422..c954a4f0 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -137,7 +137,7 @@ }, getName: function() { - return this.textContent.trim(); + return this.querySelector('.name').textContent.trim(); }, handleDragStart: function(evt) {