diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js index 1650f2d2eb95a292db14c68881fbdd46dda51159..f259cf9bd4c893bdb5af0944729c37baff83c950 100644 --- a/src/js/slaveListing.js +++ b/src/js/slaveListing.js @@ -421,6 +421,7 @@ App.UI.SlaveList.render = function() { $("#qlWrapper").removeClass("trust").addClass("devotion"); sortButtonsByDevotion(); }; + listIndex.append(" | "); const linkSortByTrust = makeElement(listIndex, "a", "Sort by Trust"); linkSortByTrust.onclick = (ev) => { ev.preventDefault();