mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 12:24:19 +01:00
Fix santization of marks.
This commit is contained in:
@@ -401,8 +401,8 @@ var Marks = Module("marks", {
|
||||
}
|
||||
function match(marks) {
|
||||
return Array.from(marks)
|
||||
.filter(([name, mark]) => (timespan.contains(marktimestamp) &&
|
||||
matchhost(marklocation)))
|
||||
.filter(([name, mark]) => (timespan.contains(mark.timestamp) &&
|
||||
matchhost(mark.location)))
|
||||
.map(([name]) => name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user