Late last night I noticed that the radio buttons in my clauses weren’t working. Uh oh; what’d I do?
Fortunately I’m using the Firebug add-on debugger with my Firefox browser. That let me track the problem down fairly quickly: A week ago I’d commented out what I thought was dead code, but it wasn’t – its absence was what broke the radio buttons. I uncommented the code, and things work fine.
Test comment