Mailing List Archive

[bricoleurs/bricolage] 086837: Guess at a fix for Bug #139.
Branch: refs/heads/master
Home: http://github.com/bricoleurs/bricolage

Commit: 086837bb3bf7edab00ba0a7772db703f1b55d07e
http://github.com/bricoleurs/bricolage/commit/086837bb3bf7edab00ba0a7772db703f1b55d07e
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-04-10 (Sat, 10 Apr 2010)

Changed paths:
M comp/admin/profile/contrib/dhandler
M comp/widgets/profile/displayAttrs.mc

Log Message:
-----------
Guess at a fix for Bug #139.

I still can't replicate it. So as a guess, I'm making sure to declare the
`subsysTabs` JavaScript variable before it gets used. I kinda doubt that's it,
but it was the best I could come up with.

If that doesn't work someone else likely will have to fix it -- someone who
can replicate it.

While at it, I saw there was an `<input>` inside an `<h3>`, which was ugly, so
I fixed that. I also tweaked a regular expression to be more efficient.