On Monday, 26 January 2015 at 03:43:53 UTC, ketmar wrote:
On Sun, 25 Jan 2015 19:37:00 -0800, H. S. Teoh via
Digitalmars-d wrote:
Shouldn't it be expanded by default and collapsed if JS is
available?
my uneducated guess is that "collapser" is not using jquery, so
it was
able to successfully collaspe the whole thing. and then
"expander" is
using jquery, so it failed.
Actually, we inject a CSS rule based on whether JS is enabled or
not. We can't check for jQuery there because its loading is
deferred.