mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -744,7 +744,7 @@ function sortUIElements(pluginNames) {
|
||||
/* Also need to move plugin sidebar entry. */
|
||||
var li;
|
||||
for (var i = 0; i < entries.length; ++i) {
|
||||
if (entries[i].getElementsByTagName('a')[0].textContent == name) {
|
||||
if (entries[i].label == name) {
|
||||
li = entries[i];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user