tweak style
I thought I wanted to add something for the no domain case (e.g., a document with file://) but I don't
This commit is contained in:
parent
7a54b7bd99
commit
2a5f09ce7c
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
rosenrot
|
rosenrot
|
||||||
# don't save the binary file, as it doesn't play nicely with https://difftastic.wilfred.me.uk
|
# don't save the binary file, as it doesn't play nicely with https://difftastic.wilfred.me.uk
|
||||||
|
webkit/
|
||||||
|
|
|
@ -183,6 +183,8 @@ switch (document.domain) {
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
break;
|
break;
|
||||||
|
case "":
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
console.log(`Domain: ${document.domain}`);
|
console.log(`Domain: ${document.domain}`);
|
||||||
console.log("No custom style");
|
console.log("No custom style");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user