HOTFIX: Fatal typo in item display code causing double display names
....
This commit is contained in:
parent
73423a66e7
commit
b63f45572b
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue