mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-15 21:55:36 +07:00
Fix #70
This commit is contained in:
@@ -27,6 +27,11 @@ function getLog()
|
||||
core(function (ref){
|
||||
log = ref.getData('log');
|
||||
|
||||
// Sort the log | issue #70
|
||||
log.log.sort(function(a,b) {
|
||||
return b.timestamp - a.timestamp;
|
||||
});
|
||||
|
||||
var length = Object.keys(log.log).length;
|
||||
var row;
|
||||
if(length != 0)
|
||||
|
||||
Reference in New Issue
Block a user