Fix deselected stories in Load dialog not un-highlighting

This commit is contained in:
Gnome Ann 2021-09-01 14:21:07 -04:00
parent 7e896c98fe
commit 34af94d760
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ function buildLoadList(ar) {
}
function highlightLoadLine(ref) {
$("#loadlistcontent > div").removeClass("popuplistselected");
$("#loadlistcontent > div > div.popuplistselected").removeClass("popuplistselected");
ref.addClass("popuplistselected");
}