1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Fixed shelf activity display & updated book sort operation

This commit is contained in:
Dan Brown
2019-05-05 15:54:22 +01:00
parent 5910e00fb8
commit ba09dad1fe
6 changed files with 15 additions and 16 deletions

View File

@@ -150,8 +150,8 @@
return bTime - aTime;
},
updated: function(a, b) {
const aTime = Number(a.getAttribute('data-update'));
const bTime = Number(b.getAttribute('data-update'));
const aTime = Number(a.getAttribute('data-updated'));
const bTime = Number(b.getAttribute('data-updated'));
return bTime - aTime;
},
chaptersFirst: function(a, b) {