HOTFIX: Fatal typo in item display code causing double display names

....
This commit is contained in:
hppeng 2022-07-18 20:43:25 -07:00
parent 73423a66e7
commit b63f45572b

View file

@ -268,7 +268,7 @@ function displayExpandedItem(item, parent_id){
});
nolink_row.appendChild(item_name_elem.cloneNode(true));
item_name_elem.href = item_link;
nolink_row.appendChild(item_name_elem);
row.appendChild(item_name_elem);
/*
FUNCTIONALITY FOR THIS FEATURE HAS SINCE BEEN REMOVED (WITH SQ2).