Strip the same characters before sorting titles in reports that we do in the items list
This commit is contained in:
parent
4429a193ce
commit
01b0e841f1
|
@ -343,6 +343,9 @@ function ChromeExtensionHandler() {
|
||||||
else {
|
else {
|
||||||
valB = b.title;
|
valB = b.title;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
valA = Zotero.Items.getSortTitle(valA);
|
||||||
|
valB = Zotero.Items.getSortTitle(valB);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var valA = a[sorts[index].field];
|
var valA = a[sorts[index].field];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user