mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 05:22:27 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -35,9 +35,9 @@ Sheet.liveProperty("css");
|
||||
Sheet.liveProperty("sites");
|
||||
update(Sheet.prototype, {
|
||||
formatSites: function (uris)
|
||||
template.map(this.sites,
|
||||
function (filter) <span highlight={uris.some(Styles.matchFilter(filter)) ? "Filter" : ""}>{filter}</span>,
|
||||
<>,</>),
|
||||
template_.map(this.sites,
|
||||
function (filter) ["span", { highlight: uris.some(Styles.matchFilter(filter)) ? "Filter" : "" }, filter],
|
||||
","),
|
||||
|
||||
remove: function () { this.hive.remove(this); },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user