mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Forgot to remove debug line.
This commit is contained in:
@@ -576,8 +576,6 @@ function toggleHoverText(evt) {
|
||||
hoverText.style.left = evt.clientX + 'px';
|
||||
hoverText.style.top = (20 + evt.clientY) + 'px';
|
||||
showElement(hoverText);
|
||||
|
||||
document.title = hoverText.textContent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user