It’s called a regression; it happens when you make changes on two different copies of the same project, and then overwrite one with the other instead of merging them. It can be avoided by using a version control tool such as SVN or git.
I’ve also noticed another regression: the line
var defaultColorScheme = "whiteOnBlack";
from this comment got lost in a merge.
Oh, I know when it happened now. Anyway, now it works, huzzah! You are as before quite awesome and helpful.
The defaultColorScheme is still missing, which makes it broken, but only for people who don’t have a cookie set with a color scheme.
Gorramit. It functions now, I’m not going to touch it again. It will only break in a different way.
It’s called a regression; it happens when you make changes on two different copies of the same project, and then overwrite one with the other instead of merging them. It can be avoided by using a version control tool such as SVN or git.
I’ve also noticed another regression: the line
from this comment got lost in a merge.
Oh, I know when it happened now. Anyway, now it works, huzzah! You are as before quite awesome and helpful.
The defaultColorScheme is still missing, which makes it broken, but only for people who don’t have a cookie set with a color scheme.
Gorramit. It functions now, I’m not going to touch it again. It will only break in a different way.