]> git.draconx.ca Git - homepage.git/commitdiff
Improve script hack compatibility.
authorNick Bowler <nbowler@draconx.ca>
Wed, 17 Feb 2021 04:01:02 +0000 (23:01 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 17 Feb 2021 04:04:23 +0000 (23:04 -0500)
Old versions of Netscape will actually try and execute these
definitely-not-javascript hacks as Javascript.  So let's try to
avoid that from happening by making the contents look like one
big Javascript comment.

We might need an additional workaround if any of the contents
contains a literal */.  We'll cross that bridge when we get to it.


No differences found