Fix deselected stories in Load dialog not un-highlighting
This commit is contained in:
parent
7e896c98fe
commit
34af94d760
|
@ -627,7 +627,7 @@ function buildLoadList(ar) {
|
|||
}
|
||||
|
||||
function highlightLoadLine(ref) {
|
||||
$("#loadlistcontent > div").removeClass("popuplistselected");
|
||||
$("#loadlistcontent > div > div.popuplistselected").removeClass("popuplistselected");
|
||||
ref.addClass("popuplistselected");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue